|
|||||||||
| 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 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.
ShoppingItemFieldModel,
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl,
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl| 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 |
|---|
java.lang.String[] getValuesArray()
void setValues(java.lang.String values)
ShoppingItemFieldModel
setValues in interface ShoppingItemFieldModelvalues - the values of this shopping item fieldvoid setValuesArray(java.lang.String[] valuesArray)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||