Class OrderSettingBean

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

public class OrderSettingBean extends BaseBusinessObject implements OrderSetting, Serializable
Object representing an order setting within the system. OrderSettingBean is the default implementation of the OrderSetting interface for the application.

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

Author:
David Tobey
See Also: