com.liferay.portlet.shopping.model
Interface ShoppingItemField
- All Superinterfaces:
- BaseModel<ShoppingItemField>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ShoppingItemField>, PersistedModel, java.io.Serializable, ShoppingItemFieldModel
- All Known Implementing Classes:
- ShoppingItemFieldWrapper
public interface ShoppingItemField
- extends ShoppingItemFieldModel, PersistedModel
The extended model interface for the ShoppingItemField service. Represents a row in the "ShoppingItemField" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingItemFieldModel,
ShoppingItemFieldImpl,
ShoppingItemFieldModelImpl- Generated:
|
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, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString |
getValuesArray
java.lang.String[] getValuesArray()
setValues
void setValues(java.lang.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(java.lang.String[] valuesArray)