Liferay 6.0.5

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.ShoppingOrderItemImpl
All Implemented Interfaces:
BaseModel<ShoppingOrderItem>, ShoppingOrderItem, ShoppingOrderItemModel, Serializable, Cloneable, Comparable<ShoppingOrderItem>

public class ShoppingOrderItemImpl
extends ShoppingOrderItemModelImpl
implements ShoppingOrderItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, 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.ShoppingOrderItemModelImpl
clone, compareTo, equals, getDescription, getExpandoBridge, getItemId, getName, getOrderId, getOrderItemId, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getQuantity, getShippedDate, getSku, hashCode, setDescription, setExpandoBridgeAttributes, setItemId, setName, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setProperties, setQuantity, setShippedDate, setSku, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, setExpandoBridgeAttributes, setItemId, setName, setNew, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setProperties, setQuantity, setShippedDate, setSku, toEscapedModel, toString, toXmlString
 

Constructor Detail

ShoppingOrderItemImpl

public ShoppingOrderItemImpl()

Liferay 6.0.5