Class OrderDeliveryBean

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

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

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

Author:
David Tobey
See Also: