Interface Role
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
RoleBean
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 Summary
Modifier and TypeMethodDescriptiongetCode()getName()intvoidsetAdministratorRoles(Collection administratorRoles) voidvoidsetDescription(String description) voidvoidsetRoleID(int administratorID) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details
-
getRoleID
int getRoleID() -
setRoleID
void setRoleID(int administratorID) -
getCode
String getCode() -
setCode
-
getName
String getName() -
setName
-
getDescription
String getDescription() -
setDescription
-
getAdministratorRoles
Collection getAdministratorRoles() -
setAdministratorRoles
-