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
This interface is a model that represents the ShoppingItemField table in the
database.
Customize ShoppingItemFieldImpl and rerun the
ServiceBuilder to generate the new methods.
- See Also:
ShoppingItemFieldModel,
ShoppingItemFieldImpl,
ShoppingItemFieldModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 |
getValuesArray
String[] getValuesArray()
setValues
void setValues(String values)
- Specified by:
setValues in interface ShoppingItemFieldModel
setValuesArray
void setValuesArray(String[] valuesArray)