com.liferay.portlet.shopping.model.impl
Class ShoppingOrderItemCacheModel
java.lang.Object
com.liferay.portlet.shopping.model.impl.ShoppingOrderItemCacheModel
- All Implemented Interfaces:
- CacheModel<ShoppingOrderItem>, Serializable
public class ShoppingOrderItemCacheModel
- extends Object
- implements CacheModel<ShoppingOrderItem>, Serializable
The cache model class for representing ShoppingOrderItem in entity cache.
- See Also:
ShoppingOrderItem
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
orderItemId
public long orderItemId
orderId
public long orderId
itemId
public String itemId
sku
public String sku
name
public String name
description
public String description
properties
public String properties
price
public double price
quantity
public int quantity
shippedDate
public long shippedDate
ShoppingOrderItemCacheModel
public ShoppingOrderItemCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ShoppingOrderItem toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ShoppingOrderItem>