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.service.model.impl.ShoppingOrderItemImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.shopping.service.model.ShoppingOrderItemModel
,
com.liferay.portlet.shopping.service.model.impl.ShoppingOrderItemImpl
,
com.liferay.portlet.shopping.service.model.impl.ShoppingOrderItemModelImpl
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 |
Methods inherited from interface java.lang.Comparable |
compareTo |