com.liferay.portlet.shopping.model.impl
Class ShoppingItemPriceCacheModel
java.lang.Object
com.liferay.portlet.shopping.model.impl.ShoppingItemPriceCacheModel
- All Implemented Interfaces:
- CacheModel<ShoppingItemPrice>, Serializable
public class ShoppingItemPriceCacheModel
- extends Object
- implements CacheModel<ShoppingItemPrice>, Serializable
The cache model class for representing ShoppingItemPrice in entity cache.
- See Also:
ShoppingItemPrice
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
itemPriceId
public long itemPriceId
itemId
public long itemId
minQuantity
public int minQuantity
maxQuantity
public int maxQuantity
price
public double price
discount
public double discount
taxable
public boolean taxable
shipping
public double shipping
useShippingFormula
public boolean useShippingFormula
status
public int status
ShoppingItemPriceCacheModel
public ShoppingItemPriceCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ShoppingItemPrice toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ShoppingItemPrice>