Liferay 6.0.3

com.liferay.portlet.shopping.model
Interface ShoppingItemPrice

All Superinterfaces:
BaseModel<ShoppingItemPrice>, Cloneable, Comparable<ShoppingItemPrice>, Serializable, ShoppingItemPriceModel
All Known Implementing Classes:
ShoppingItemPriceImpl, ShoppingItemPriceWrapper

public interface ShoppingItemPrice
extends ShoppingItemPriceModel

This interface is a model that represents the ShoppingItemPrice table in the database.

Customize ShoppingItemPriceImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ShoppingItemPriceModel, ShoppingItemPriceImpl, ShoppingItemPriceModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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


Liferay 6.0.3