Liferay 6.2-ce-ga5

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

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

public class ShoppingItemPriceCacheModel
extends Object
implements CacheModel<ShoppingItemPrice>, Externalizable

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.

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
 void readExternal(ObjectInput objectInput)
           
 ShoppingItemPrice toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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 String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5