com.liferay.portlet.shopping.model.impl
Class ShoppingItemFieldImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ShoppingItemField>
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl
- All Implemented Interfaces:
- BaseModel<ShoppingItemField>, ShoppingItemField, ShoppingItemFieldModel, Serializable, Cloneable, Comparable<ShoppingItemField>
public class ShoppingItemFieldImpl
- extends ShoppingItemFieldModelImpl
- implements ShoppingItemField
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl |
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl |
clone, compareTo, equals, getDescription, getExpandoBridge, getItemFieldId, getItemId, getName, getPrimaryKey, getPrimaryKeyObj, getValues, hashCode, setDescription, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setPrimaryKey, toEscapedModel, toString, toXmlString |
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemFieldModel |
clone, compareTo, getDescription, getExpandoBridge, getItemFieldId, getItemId, getName, getPrimaryKey, getPrimaryKeyObj, getValues, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDescription, setEscapedModel, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, toEscapedModel, toString, toXmlString |
ShoppingItemFieldImpl
public ShoppingItemFieldImpl()
getValuesArray
public String[] getValuesArray()
- Specified by:
getValuesArray
in interface ShoppingItemField
setValues
public void setValues(String values)
- Description copied from interface:
ShoppingItemFieldModel
- Sets the values of this shopping item field.
- Specified by:
setValues
in interface ShoppingItemField
- Specified by:
setValues
in interface ShoppingItemFieldModel
- Overrides:
setValues
in class ShoppingItemFieldModelImpl
- Parameters:
values
- the values of this shopping item field
setValuesArray
public void setValuesArray(String[] valuesArray)
- Specified by:
setValuesArray
in interface ShoppingItemField