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

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

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

Author:
David Tobey
See Also: