com.liferay.portlet.shopping.model.impl
Class ShoppingOrderItemCacheModel
java.lang.Object
com.liferay.portlet.shopping.model.impl.ShoppingOrderItemCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>, java.io.Serializable
public class ShoppingOrderItemCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>, java.io.Serializable
The cache model class for representing ShoppingOrderItem in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingOrderItem,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.shopping.model.ShoppingOrderItem |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
orderItemId
public long orderItemId
orderId
public long orderId
itemId
public java.lang.String itemId
sku
public java.lang.String sku
name
public java.lang.String name
description
public java.lang.String description
properties
public java.lang.String properties
price
public double price
quantity
public int quantity
shippedDate
public long shippedDate
ShoppingOrderItemCacheModel
public ShoppingOrderItemCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.shopping.model.ShoppingOrderItem toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrderItem>