com.liferay.portlet.shopping.model.impl
Class ShoppingOrderItemModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>, com.liferay.portal.model.ClassedModel, com.liferay.portlet.shopping.model.ShoppingOrderItemModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Direct Known Subclasses:
ShoppingOrderItemBaseImpl

public class ShoppingOrderItemModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>
implements com.liferay.portlet.shopping.model.ShoppingOrderItemModel

The base model implementation for the ShoppingOrderItem service. Represents a row in the "ShoppingOrderItem" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface ShoppingOrderItemModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingOrderItemImpl.

Author:
Brian Wing Shun Chan
See Also:
ShoppingOrderItemImpl, ShoppingOrderItem, ShoppingOrderItemModel, Serialized Form
Generated:

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static java.lang.String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static java.lang.String ORDER_BY_JPQL
           
static java.lang.String ORDER_BY_SQL
           
static long ORDERID_COLUMN_BITMASK
           
static java.lang.String SESSION_FACTORY
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static java.lang.String TX_MANAGER
           
 
Constructor Summary
ShoppingOrderItemModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portlet.shopping.model.ShoppingOrderItem shoppingOrderItem)
           
 boolean equals(java.lang.Object obj)
           
 long getColumnBitmask()
           
 java.lang.String getDescription()
           
 com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
 java.lang.String getItemId()
           
 java.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 java.lang.String getName()
           
 long getOrderId()
           
 long getOrderItemId()
           
 long getOriginalOrderId()
           
 double getPrice()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getProperties()
           
 int getQuantity()
           
 java.util.Date getShippedDate()
           
 java.lang.String getSku()
           
 int hashCode()
           
 void resetOriginalValues()
           
 void setDescription(java.lang.String description)
           
 void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
           
 void setItemId(java.lang.String itemId)
           
 void setName(java.lang.String name)
           
 void setOrderId(long orderId)
           
 void setOrderItemId(long orderItemId)
           
 void setPrice(double price)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 void setProperties(java.lang.String properties)
           
 void setQuantity(int quantity)
           
 void setShippedDate(java.util.Date shippedDate)
           
 void setSku(java.lang.String sku)
           
 com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrderItem> toCacheModel()
           
 com.liferay.portlet.shopping.model.ShoppingOrderItem toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final java.lang.String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final java.lang.String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final java.lang.String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final java.lang.String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final java.lang.String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final java.lang.String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

ORDERID_COLUMN_BITMASK

public static long ORDERID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

ShoppingOrderItemModelImpl

public ShoppingOrderItemModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setPrimaryKeyObj

public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getModelClass

public java.lang.Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel

getModelClassName

public java.lang.String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel

getOrderItemId

public long getOrderItemId()
Specified by:
getOrderItemId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setOrderItemId

public void setOrderItemId(long orderItemId)
Specified by:
setOrderItemId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getOrderId

public long getOrderId()
Specified by:
getOrderId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setOrderId

public void setOrderId(long orderId)
Specified by:
setOrderId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getOriginalOrderId

public long getOriginalOrderId()

getItemId

public java.lang.String getItemId()
Specified by:
getItemId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setItemId

public void setItemId(java.lang.String itemId)
Specified by:
setItemId in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getSku

public java.lang.String getSku()
Specified by:
getSku in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setSku

public void setSku(java.lang.String sku)
Specified by:
setSku in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getName

public java.lang.String getName()
Specified by:
getName in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getProperties

public java.lang.String getProperties()
Specified by:
getProperties in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setProperties

public void setProperties(java.lang.String properties)
Specified by:
setProperties in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getPrice

public double getPrice()
Specified by:
getPrice in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setPrice

public void setPrice(double price)
Specified by:
setPrice in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getQuantity

public int getQuantity()
Specified by:
getQuantity in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setQuantity

public void setQuantity(int quantity)
Specified by:
setQuantity in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getShippedDate

public java.util.Date getShippedDate()
Specified by:
getShippedDate in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

setShippedDate

public void setShippedDate(java.util.Date shippedDate)
Specified by:
setShippedDate in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel

getColumnBitmask

public long getColumnBitmask()

toEscapedModel

public com.liferay.portlet.shopping.model.ShoppingOrderItem toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
toEscapedModel in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

getExpandoBridge

public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel
Specified by:
getExpandoBridge in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
clone in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

compareTo

public int compareTo(com.liferay.portlet.shopping.model.ShoppingOrderItem shoppingOrderItem)
Specified by:
compareTo in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingOrderItem>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
hashCode in class java.lang.Object

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

toCacheModel

public com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrderItem> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
toCacheModel in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrderItem>

toString

public java.lang.String toString()
Specified by:
toString in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>
Specified by:
toXmlString in interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel