Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Interface ShoppingItemField

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

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.

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

Method Summary
 String[] getValuesArray()
           
 void setValues(String values)
          Sets the values of this shopping item field.
 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, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, 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

String[] getValuesArray()

setValues

void setValues(String values)
Description copied from interface: ShoppingItemFieldModel
Sets the values of this shopping item field.

Specified by:
setValues in interface ShoppingItemFieldModel
Parameters:
values - the values of this shopping item field

setValuesArray

void setValuesArray(String[] valuesArray)

Liferay 6.1.2-ce-ga3