com.liferay.portlet.shopping.model
Interface ShoppingOrderItem

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

public interface ShoppingOrderItem
extends ShoppingOrderItemModel

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 ShoppingOrderItem table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
ShoppingOrderItemModel, com.liferay.portlet.shopping.model.impl.ShoppingOrderItemImpl, com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel
getDescription, getItemId, getName, getOrderId, getOrderItemId, getPrice, getPrimaryKey, getProperties, getQuantity, getShippedDate, getSku, setDescription, setItemId, setName, setOrderId, setOrderItemId, setPrice, setPrimaryKey, setProperties, setQuantity, setShippedDate, setSku, 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