Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Interface ShoppingOrderItem

All Superinterfaces:
BaseModel<ShoppingOrderItem>, ClassedModel, Cloneable, Comparable<ShoppingOrderItem>, PersistedModel, Serializable, ShoppingOrderItemModel
All Known Implementing Classes:
ShoppingOrderItemWrapper

public interface ShoppingOrderItem
extends ShoppingOrderItemModel, PersistedModel

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

See Also:
ShoppingOrderItemModel, ShoppingOrderItemImpl, ShoppingOrderItemModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
clone, compareTo, getDescription, getExpandoBridge, getItemId, getName, getOrderId, getOrderItemId, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getQuantity, getShippedDate, getSku, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDescription, setExpandoBridgeAttributes, setItemId, setName, setNew, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setPrimaryKeyObj, setProperties, setQuantity, setShippedDate, setSku, 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.1.2-ce-ga3