Class ProductSettingBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.product.ProductSettingBean
All Implemented Interfaces:
BusinessObject, ProductSetting, Serializable

public class ProductSettingBean extends BaseBusinessObject implements ProductSetting, Serializable
Object representing a product setting within the system. ProductSettingBean is the default implementation of the ProductSetting interface for the application.

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

Author:
David Tobey
See Also: