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

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

Field Summary
 double discount
           
 long itemId
           
 long itemPriceId
           
 int maxQuantity
           
 int minQuantity
           
 double price
           
 double shipping
           
 int status
           
 boolean taxable
           
 boolean useShippingFormula
           
 
Constructor Summary
ShoppingItemPriceCacheModel()
           
 
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
 

Field Detail

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

ShoppingItemPriceCacheModel

public ShoppingItemPriceCacheModel()
Method Detail

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>