Class UserManagerAction.CollectionRoleBean
java.lang.Object
org.dlese.dpc.schemedit.security.action.UserManagerAction.CollectionRoleBean
- Enclosing class:
UserManagerAction
NOT YET DOCUMENTED
- Author:
- Jonathan Ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionRoleBean(String collectionName, String collectionKey, String role) Constructor for the CollectionRoleBean object -
Method Summary
Modifier and TypeMethodDescriptionGets the collectionKey attribute of the CollectionRoleBean objectGets the collectionName attribute of the CollectionRoleBean objectgetRole()Gets the role attribute of the CollectionRoleBean object
-
Constructor Details
-
CollectionRoleBean
Constructor for the CollectionRoleBean object- Parameters:
collectionName- NOT YET DOCUMENTEDcollectionKey- NOT YET DOCUMENTEDrole- NOT YET DOCUMENTED
-
-
Method Details
-
getCollectionName
Gets the collectionName attribute of the CollectionRoleBean object- Returns:
- The collectionName value
-
getCollectionKey
Gets the collectionKey attribute of the CollectionRoleBean object- Returns:
- The collectionKey value
-
getRole
Gets the role attribute of the CollectionRoleBean object- Returns:
- The role value
-