Liferay 6.0.3

com.liferay.portlet.shopping.model.impl
Class ShoppingItemFieldImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ShoppingItemField>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl
          extended by 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

Field Summary
 
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
 
Constructor Summary
ShoppingItemFieldImpl()
           
 
Method Summary
 String[] getValuesArray()
           
 void setValues(String values)
           
 void setValuesArray(String[] valuesArray)
           
 
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 class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ShoppingItemFieldImpl

public ShoppingItemFieldImpl()
Method Detail

getValuesArray

public String[] getValuesArray()
Specified by:
getValuesArray in interface ShoppingItemField

setValues

public void setValues(String values)
Specified by:
setValues in interface ShoppingItemField
Specified by:
setValues in interface ShoppingItemFieldModel
Overrides:
setValues in class ShoppingItemFieldModelImpl

setValuesArray

public void setValuesArray(String[] valuesArray)
Specified by:
setValuesArray in interface ShoppingItemField

Liferay 6.0.3