com.liferay.portlet.shopping.model
Class ShoppingItemFieldWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.model.ShoppingItemFieldWrapper
All Implemented Interfaces:
BaseModel<ShoppingItemField>, ShoppingItemField, ShoppingItemFieldModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ShoppingItemField>

public class ShoppingItemFieldWrapper
extends java.lang.Object
implements ShoppingItemField

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ShoppingItemField.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemField, Serialized Form
Generated:

Constructor Summary
ShoppingItemFieldWrapper(ShoppingItemField shoppingItemField)
           
 
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()
           
 java.lang.String[] getValuesArray()
           
 ShoppingItemField getWrappedShoppingItemField()
           
 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)
           
 void setValuesArray(java.lang.String[] valuesArray)
           
 ShoppingItemField toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShoppingItemFieldWrapper

public ShoppingItemFieldWrapper(ShoppingItemField shoppingItemField)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface ShoppingItemFieldModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface ShoppingItemFieldModel

getItemFieldId

public long getItemFieldId()
Specified by:
getItemFieldId in interface ShoppingItemFieldModel

setItemFieldId

public void setItemFieldId(long itemFieldId)
Specified by:
setItemFieldId in interface ShoppingItemFieldModel

getItemId

public long getItemId()
Specified by:
getItemId in interface ShoppingItemFieldModel

setItemId

public void setItemId(long itemId)
Specified by:
setItemId in interface ShoppingItemFieldModel

getName

public java.lang.String getName()
Specified by:
getName in interface ShoppingItemFieldModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ShoppingItemFieldModel

getValues

public java.lang.String getValues()
Specified by:
getValues in interface ShoppingItemFieldModel

setValues

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ShoppingItemFieldModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ShoppingItemFieldModel

isNew

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

setNew

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

isCachedModel

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

setCachedModel

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

isEscapedModel

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

setEscapedModel

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

getPrimaryKeyObj

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

getExpandoBridge

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

setExpandoBridgeAttributes

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

clone

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

compareTo

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

hashCode

public int hashCode()
Specified by:
hashCode in interface ShoppingItemFieldModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

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

toString

public java.lang.String toString()
Specified by:
toString in interface ShoppingItemFieldModel
Overrides:
toString in class java.lang.Object

toXmlString

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

getValuesArray

public java.lang.String[] getValuesArray()
Specified by:
getValuesArray in interface ShoppingItemField

setValuesArray

public void setValuesArray(java.lang.String[] valuesArray)
Specified by:
setValuesArray in interface ShoppingItemField

getWrappedShoppingItemField

public ShoppingItemField getWrappedShoppingItemField()