@ProviderType
public class ShoppingItemPriceCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.shopping.model.ShoppingItemPrice>, java.io.Externalizable
ShoppingItemPrice,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
double |
discount |
long |
itemId |
long |
itemPriceId |
int |
maxQuantity |
int |
minQuantity |
double |
price |
double |
shipping |
int |
status |
boolean |
taxable |
boolean |
useShippingFormula |
| Constructor and Description |
|---|
ShoppingItemPriceCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.shopping.model.ShoppingItemPrice |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long itemPriceId
public long companyId
public long itemId
public int minQuantity
public int maxQuantity
public double price
public double discount
public boolean taxable
public double shipping
public boolean useShippingFormula
public int status
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.shopping.model.ShoppingItemPrice toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.shopping.model.ShoppingItemPrice>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException