com.liferay.portlet.shopping.model
Interface ShoppingItemField

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

public interface ShoppingItemField
extends ShoppingItemFieldModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ShoppingItemField table in the database.

Customize com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemFieldModel, com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl, com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl
Generated:

Method Summary
 java.lang.String[] getValuesArray()
           
 void setValues(java.lang.String values)
           
 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, setEscapedModel, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, toEscapedModel, toString, toXmlString
 

Method Detail

getValuesArray

java.lang.String[] getValuesArray()

setValues

void setValues(java.lang.String values)
Specified by:
setValues in interface ShoppingItemFieldModel

setValuesArray

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