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:
ShoppingItemField, com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl, com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl

Method Summary
 java.lang.String getDescription()
           
 long getItemFieldId()
           
 long getItemId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.lang.String getValues()
           
 void setDescription(java.lang.String description)
           
 void setItemFieldId(long itemFieldId)
           
 void setItemId(long itemId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setValues(java.lang.String values)
           
 ShoppingItemField 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

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getItemFieldId

long getItemFieldId()

setItemFieldId

void setItemFieldId(long itemFieldId)

getItemId

long getItemId()

setItemId

void setItemId(long itemId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getValues

java.lang.String getValues()

setValues

void setValues(java.lang.String values)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

toEscapedModel

ShoppingItemField toEscapedModel()