com.liferay.portlet.shopping.model
Interface ShoppingItemPriceModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ShoppingItemPrice
- public interface ShoppingItemPriceModel
- extends BaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the ShoppingItemPrice
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.shopping.service.model.ShoppingItemPrice
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemPriceImpl
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemPriceModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getItemPriceId
public long getItemPriceId()
setItemPriceId
public void setItemPriceId(long itemPriceId)
getItemId
public long getItemId()
setItemId
public void setItemId(long itemId)
getMinQuantity
public int getMinQuantity()
setMinQuantity
public void setMinQuantity(int minQuantity)
getMaxQuantity
public int getMaxQuantity()
setMaxQuantity
public void setMaxQuantity(int maxQuantity)
getPrice
public double getPrice()
setPrice
public void setPrice(double price)
getDiscount
public double getDiscount()
setDiscount
public void setDiscount(double discount)
getTaxable
public boolean getTaxable()
isTaxable
public boolean isTaxable()
setTaxable
public void setTaxable(boolean taxable)
getShipping
public double getShipping()
setShipping
public void setShipping(double shipping)
getUseShippingFormula
public boolean getUseShippingFormula()
isUseShippingFormula
public boolean isUseShippingFormula()
setUseShippingFormula
public void setUseShippingFormula(boolean useShippingFormula)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)