Class CustomerAddressBean

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

public class CustomerAddressBean extends BaseBusinessObject implements CustomerAddress, Serializable
Object representing a customer's delivery address within the system. CustomerAddressBean is the default implementation of the CustomerAddress interface for the application.

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

Author:
David Tobey
See Also: