com.liferay.portlet.shopping.model.impl
Class ShoppingCartCacheModel
java.lang.Object
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.
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
ShoppingCartCacheModel
public ShoppingCartCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ShoppingCart toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ShoppingCart>