Liferay 6.0.3

com.liferay.portlet.shopping.model
Interface ShoppingItemField

All Superinterfaces:
BaseModel<ShoppingItemField>, Cloneable, Comparable<ShoppingItemField>, Serializable, ShoppingItemFieldModel
All Known Implementing Classes:
ShoppingItemFieldImpl, ShoppingItemFieldWrapper

public interface ShoppingItemField
extends ShoppingItemFieldModel

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

Customize ShoppingItemFieldImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ShoppingItemFieldModel, ShoppingItemFieldImpl, ShoppingItemFieldModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String[] getValuesArray()
           
 void setValues(String values)
           
 void setValuesArray(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

String[] getValuesArray()

setValues

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

setValuesArray

void setValuesArray(String[] valuesArray)

Liferay 6.0.3