com.liferay.portlet.shopping.model
Interface ShoppingItemField
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingItemFieldModel
- public interface ShoppingItemField
- extends ShoppingItemFieldModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the ShoppingItemField
table in the database.
Customize com.liferay.portlet.shopping.service.model.impl.ShoppingItemFieldImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.shopping.service.model.ShoppingItemFieldModel
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemFieldImpl
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemFieldModelImpl
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemFieldModel |
getDescription, getItemFieldId, getItemId, getName, getPrimaryKey, getValues, setDescription, setItemFieldId, setItemId, setName, setPrimaryKey |
Methods inherited from interface java.lang.Comparable |
compareTo |
setValues
public void setValues(java.lang.String values)
- Specified by:
setValues
in interface ShoppingItemFieldModel
getValuesArray
public java.lang.String[] getValuesArray()
setValuesArray
public void setValuesArray(java.lang.String[] valuesArray)