com.liferay.portlet.shopping.model
Interface ShoppingItemFieldModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ShoppingItemField
- public interface ShoppingItemFieldModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.shopping.service.model.ShoppingItemField
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemFieldImpl
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemFieldModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getItemFieldId
public long getItemFieldId()
setItemFieldId
public void setItemFieldId(long itemFieldId)
getItemId
public long getItemId()
setItemId
public void setItemId(long itemId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValues
public java.lang.String getValues()
setValues
public void setValues(java.lang.String values)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)