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

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

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

Author:
David Tobey
See Also: