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

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

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

Author:
David Tobey
See Also: