DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.action
Class UserManagerAction.CollectionRoleBean

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

public class UserManagerAction.CollectionRoleBean
extends Object

NOT YET DOCUMENTED

Author:
Jonathan Ostwald

Constructor Summary
UserManagerAction.CollectionRoleBean(String collectionName, String collectionKey, String role)
          Constructor for the CollectionRoleBean object
 
Method Summary
 String getCollectionKey()
          Gets the collectionKey attribute of the CollectionRoleBean object
 String getCollectionName()
          Gets the collectionName attribute of the CollectionRoleBean object
 String getRole()
          Gets the role attribute of the CollectionRoleBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagerAction.CollectionRoleBean

public UserManagerAction.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 Detail

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

DLESE Tools
v1.6.0