Liferay 6.0-ee

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

The model interface for the ShoppingItemPrice service. Represents a row in the "ShoppingItemPrice" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ShoppingItemPriceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a shopping item price model instance should use the ShoppingItemPrice interface instead.

See Also:
ShoppingItemPriceModel, ShoppingItemPriceImpl, ShoppingItemPriceModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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-ee