Class UserManagerAction.CollectionRoleBean

java.lang.Object
org.dlese.dpc.schemedit.security.action.UserManagerAction.CollectionRoleBean
Enclosing class:
UserManagerAction

public class UserManagerAction.CollectionRoleBean extends Object
NOT YET DOCUMENTED
Author:
Jonathan Ostwald
  • Constructor Details

    • CollectionRoleBean

      public CollectionRoleBean(String collectionName, String collectionKey, String role)
      Constructor for the CollectionRoleBean object
      Parameters:
      collectionName - NOT YET DOCUMENTED
      collectionKey - NOT YET DOCUMENTED
      role - NOT YET DOCUMENTED
  • Method Details

    • getCollectionName

      public String getCollectionName()
      Gets the collectionName attribute of the CollectionRoleBean object
      Returns:
      The collectionName value
    • getCollectionKey

      public String getCollectionKey()
      Gets the collectionKey attribute of the CollectionRoleBean object
      Returns:
      The collectionKey value
    • getRole

      public String getRole()
      Gets the role attribute of the CollectionRoleBean object
      Returns:
      The role value