gov.nih.nci.caarray.common.data.security
Class UserRoleData

java.lang.Object
  extended by gov.nih.nci.caarray.common.data.security.UserRoleData
All Implemented Interfaces:
java.io.Serializable

public final class UserRoleData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserRoleData()
           
 
Method Summary
 java.util.Vector getRoles()
           
 RoleData[] getRolesArray()
           
 java.lang.String getUserName()
           
 void setRoles(java.util.Vector roles)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleData

public UserRoleData()
Method Detail

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getRoles

public java.util.Vector getRoles()

setRoles

public void setRoles(java.util.Vector roles)

getRolesArray

public RoleData[] getRolesArray()