Class AdministratorRoleBean

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

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

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

Author:
David Tobey
See Also: