All Superinterfaces:
BusinessObject
All Known Implementing Classes:
RoleBean

public interface Role extends BusinessObject
Interface representing a role within the system.

When the application needs to create an instance that implements sscRole, BusinessObjectFactory finds the name of the Java class to instantiate from the "roleImplementer" setting in the appComponents.properties file.

The default "roleImplementer" is RoleBean.

Author:
David Tobey
  • Method Details

    • getRoleID

      int getRoleID()
    • setRoleID

      void setRoleID(int administratorID)
    • getCode

      String getCode()
    • setCode

      void setCode(String code)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getAdministratorRoles

      Collection getAdministratorRoles()
    • setAdministratorRoles

      void setAdministratorRoles(Collection administratorRoles)