Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by 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.

Field Summary
 String description
           
 String itemId
           
 String name
           
 long orderId
           
 long orderItemId
           
 double price
           
 String properties
           
 int quantity
           
 long shippedDate
           
 String sku
           
 
Constructor Summary
ShoppingOrderItemCacheModel()
           
 
Method Summary
 ShoppingOrderItem toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ShoppingOrderItemCacheModel

public ShoppingOrderItemCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public ShoppingOrderItem toEntityModel()
Specified by:
toEntityModel in interface CacheModel<ShoppingOrderItem>

Liferay 6.1.2-ce-ga3