com.liferay.portlet.shopping.model
Interface ShoppingItemField

All Superinterfaces:
BaseModel<ShoppingItemField>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ShoppingItemField>, PersistedModel, java.io.Serializable, ShoppingItemFieldModel
All Known Implementing Classes:
ShoppingItemFieldWrapper

@ProviderType
public interface ShoppingItemField
extends ShoppingItemFieldModel, PersistedModel

The extended model interface for the ShoppingItemField service. Represents a row in the "ShoppingItemField" database table, with each column mapped to a property of this class.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemFieldModel, ShoppingItemFieldImpl, ShoppingItemFieldModelImpl
Generated:

Method Summary
 java.lang.String[] getValuesArray()
           
 void setValuesArray(java.lang.String[] valuesArray)
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setValues, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getValuesArray

java.lang.String[] getValuesArray()

setValuesArray

void setValuesArray(java.lang.String[] valuesArray)