Class ProductCategoryBean

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

public class ProductCategoryBean extends BaseBusinessObject implements ProductCategory, Serializable
Object representing a product within a category in the system. ProductCategoryBean is the default implementation of the ProductCategory interface for the application.

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

Author:
David Tobey
See Also: