com.liferay.portlet.shopping.model
Interface ShoppingItemFieldModel

All Superinterfaces:
BaseModel<ShoppingItemField>, java.lang.Cloneable, java.lang.Comparable<ShoppingItemField>, java.io.Serializable
All Known Subinterfaces:
ShoppingItemField
All Known Implementing Classes:
ShoppingItemFieldWrapper

public interface ShoppingItemFieldModel
extends BaseModel<ShoppingItemField>

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
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(ShoppingItemField shoppingItemField)
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 long getItemFieldId()
           
 long getItemId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getValues()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setItemFieldId(long itemFieldId)
           
 void setItemId(long itemId)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setValues(java.lang.String values)
           
 ShoppingItemField toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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

@AutoEscape
java.lang.String getName()

setName

void setName(java.lang.String name)

getValues

@AutoEscape
java.lang.String getValues()

setValues

void setValues(java.lang.String values)

getDescription

@AutoEscape
java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<ShoppingItemField>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<ShoppingItemField>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<ShoppingItemField>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<ShoppingItemField>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<ShoppingItemField>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<ShoppingItemField>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<ShoppingItemField>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<ShoppingItemField>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingItemField>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<ShoppingItemField>

compareTo

int compareTo(ShoppingItemField shoppingItemField)
Specified by:
compareTo in interface java.lang.Comparable<ShoppingItemField>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

ShoppingItemField toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<ShoppingItemField>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<ShoppingItemField>