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

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

Never modify this interface directly. Add methods to com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a shopping item field model instance should use the ShoppingItemField interface instead.

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)
          Sets the values of this shopping item field.
 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)
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(java.lang.String[] valuesArray)