Class ShippingRuleBean

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

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

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

Author:
Jason McWilliams
See Also: