java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.customer.CustomerBean
All Implemented Interfaces:
BusinessObject, Customer, Serializable

public class CustomerBean extends BaseBusinessObject implements Customer, Serializable
Object representing a customer within the system. CustomerBean is the default implementation of the Customer interface for the application.

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

Author:
David Tobey
See Also: