Class DiscountRangeBean

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

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

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

Author:
David Tobey
See Also: