Liferay 6.0.5

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

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 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.

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)
          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, setEscapedModel, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, toEscapedModel, toString, toXmlString
 

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.0.5