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.model.impl.ShoppingItemFieldImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
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)
           
 void setValuesArray(java.lang.String[] valuesArray)
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemFieldModel
getDescription, getItemFieldId, getItemId, getName, getPrimaryKey, getValues, setDescription, setItemFieldId, setItemId, setName, setPrimaryKey, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setValues

void setValues(java.lang.String values)
Specified by:
setValues in interface ShoppingItemFieldModel

getValuesArray

java.lang.String[] getValuesArray()

setValuesArray

void setValuesArray(java.lang.String[] valuesArray)