Class SKUShippingRuleBean

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

public class SKUShippingRuleBean extends BaseBusinessObject implements SKUShippingRule, Serializable
Object representing a sku shipping rule in the system. SKUShippingRuleBean is the default implementation of the SKUShippingRule interface for the application.

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

Author:
Jason McWilliams
See Also: