|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingItemField
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.
ShoppingItemFieldModel
,
ShoppingItemFieldImpl
,
ShoppingItemFieldModelImpl
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 |
---|
String[] getValuesArray()
void setValues(String values)
ShoppingItemFieldModel
setValues
in interface ShoppingItemFieldModel
values
- the values of this shopping item fieldvoid setValuesArray(String[] valuesArray)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |