Liferay 6.1.2-ce-ga3

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

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

public class ShoppingOrderItemImpl
extends ShoppingOrderItemBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ORDERID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ShoppingOrderItemImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderItemBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl
clone, compareTo, equals, getColumnBitmask, getDescription, getExpandoBridge, getItemId, getModelAttributes, getModelClass, getModelClassName, getName, getOrderId, getOrderItemId, getOriginalOrderId, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getQuantity, getShippedDate, getSku, hashCode, resetOriginalValues, setDescription, setExpandoBridgeAttributes, setItemId, setModelAttributes, setName, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setPrimaryKeyObj, setProperties, setQuantity, setShippedDate, setSku, toCacheModel, toEscapedModel, toString, toUnescapedModel, 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
clone, compareTo, getDescription, getExpandoBridge, getItemId, getName, getOrderId, getOrderItemId, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getQuantity, getShippedDate, getSku, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDescription, setExpandoBridgeAttributes, setItemId, setName, setNew, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setPrimaryKeyObj, setProperties, setQuantity, setShippedDate, setSku, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ShoppingOrderItemImpl

public ShoppingOrderItemImpl()

Liferay 6.1.2-ce-ga3