Class OrderDiscountBean

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

public class OrderDiscountBean extends BaseBusinessObject implements OrderDiscount, Serializable
Object representing a order discount within the system. OrderDiscountBean is the default implementation of the OrderDiscount interface for the application.

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

Author:
David Tobey
See Also: