Class OrderItemBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.order.OrderItemBean
All Implemented Interfaces:
BusinessObject, OrderItem, Serializable

public class OrderItemBean extends BaseBusinessObject implements OrderItem, Serializable
Object representing an order item within the system. OrderItemBean is the default implementation of the OrderItem interface for the application.

The database stores order items in the sscOrderItem table, and this interface can be used to represent a single row of that table. The Hibernate configuration file OrderItem.hbm.xml maps that table's columns to the properties in this object.

Author:
David Tobey
See Also: