DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.action.form
Class UserManagerForm.RoleBean

java.lang.Object
  extended by org.dlese.dpc.schemedit.security.action.form.UserManagerForm.RoleBean
Enclosing class:
UserManagerForm

public class UserManagerForm.RoleBean
extends Object

NOT YET DOCUMENTED

Author:
Jonathan Ostwald

Constructor Summary
UserManagerForm.RoleBean(String collection, String role)
          Constructor for the RoleBean object
 
Method Summary
 String getCollection()
          Gets the collection attribute of the RoleBean object
 String getRole()
          Gets the role attribute of the RoleBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagerForm.RoleBean

public UserManagerForm.RoleBean(String collection,
                                String role)
Constructor for the RoleBean object

Parameters:
collection - NOT YET DOCUMENTED
role - NOT YET DOCUMENTED
Method Detail

getCollection

public String getCollection()
Gets the collection attribute of the RoleBean object

Returns:
The collection value

getRole

public String getRole()
Gets the role attribute of the RoleBean object

Returns:
The role value

DLESE Tools
v1.6.0