Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portlet.shopping.model.impl.ShoppingCartCacheModel
All Implemented Interfaces:
CacheModel<ShoppingCart>, Serializable

public class ShoppingCartCacheModel
extends Object
implements CacheModel<ShoppingCart>, Serializable

The cache model class for representing ShoppingCart in entity cache.

See Also:
ShoppingCart, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 int altShipping
           
 long cartId
           
 long companyId
           
 String couponCodes
           
 long createDate
           
 long groupId
           
 boolean insure
           
 String itemIds
           
 long modifiedDate
           
 long userId
           
 String userName
           
 
Constructor Summary
ShoppingCartCacheModel()
           
 
Method Summary
 ShoppingCart toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cartId

public long cartId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

itemIds

public String itemIds

couponCodes

public String couponCodes

altShipping

public int altShipping

insure

public boolean insure
Constructor Detail

ShoppingCartCacheModel

public ShoppingCartCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3