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