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

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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)