Class CategorySettingBean

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

public class CategorySettingBean extends BaseBusinessObject implements CategorySetting, Serializable
Object representing a category setting within the system. CategorySettingBean is the default implementation of the CategorySetting interface for the application.

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

Author:
David Tobey
See Also: