Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model
Interface ShoppingItemPrice

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

@ProviderType
public interface ShoppingItemPrice
extends ShoppingItemPriceModel, PersistedModel

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

See Also:
ShoppingItemPriceModel, ShoppingItemPriceImpl, ShoppingItemPriceModelImpl

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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setItemId, setItemPriceId, setMaxQuantity, setMinQuantity, setNew, setPrice, setPrimaryKey, setPrimaryKeyObj, setShipping, setStatus, setTaxable, setUseShippingFormula, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5