java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.product.DiscountBean
All Implemented Interfaces:
BusinessObject, Discount, Serializable

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

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

Author:
David Tobey
See Also: