Class ManufacturerBean

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

public class ManufacturerBean extends BaseBusinessObject implements Manufacturer, Serializable
Object representing a manufacturer within the system. ManufacturerBean is the default implementation of the Manufacturer interface for the application.

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

Author:
David Tobey
See Also: