Class ShippingRuleRangeBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.shipping.ShippingRuleRangeBean
All Implemented Interfaces:
BusinessObject, ShippingRuleRange, Serializable

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

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

Author:
Jason McWilliams
See Also: