com.liferay.portlet.shopping.model
Interface ShoppingItemPrice

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingItemPriceModel

public interface ShoppingItemPrice
extends ShoppingItemPriceModel

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.

Customize com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemPriceModel, com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl, com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemPriceModel
getDiscount, getItemId, getItemPriceId, getMaxQuantity, getMinQuantity, getPrice, getPrimaryKey, getShipping, getStatus, getTaxable, getUseShippingFormula, isTaxable, isUseShippingFormula, setDiscount, setItemId, setItemPriceId, setMaxQuantity, setMinQuantity, setPrice, setPrimaryKey, setShipping, setStatus, setTaxable, setUseShippingFormula, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo