Class OrderShippingRuleBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.order.OrderShippingRuleBean
All Implemented Interfaces:
BusinessObject, OrderShippingRule, Serializable

public class OrderShippingRuleBean extends BaseBusinessObject implements OrderShippingRule, Serializable
Object representing a order shipping rule within the system. OrderShippingRuleBean is the default implementation of the OrderShippingRule interface for the application.

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

Author:
Jason McWilliams
See Also: