Class AdministratorBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.administrator.AdministratorBean
All Implemented Interfaces:
Administrator, BusinessObject, Serializable

public class AdministratorBean extends BaseBusinessObject implements Administrator, Serializable
Object representing an administrator within the system. AdministratorBean is the default implementation of the Administrator interface for the application.

The database stores administrators in the sscAdministrator table, and this class can be used to represent a single row of that table. The Hibernate configuration file AdministratorBean.hbm.xml maps that table's columns to the properties in this object.

Author:
David Tobey
See Also: