com.liferay.portlet.shopping.model.impl
Class ShoppingItemPriceCacheModel
java.lang.Object
com.liferay.portlet.shopping.model.impl.ShoppingItemPriceCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemPrice>, java.io.Serializable
public class ShoppingItemPriceCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemPrice>, java.io.Serializable
The cache model class for representing ShoppingItemPrice in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingItemPrice,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.shopping.model.ShoppingItemPrice |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.shopping.model.ShoppingItemPrice toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemPrice>