com.aurel.track.admin.assignRoles
Class AssignRolesData

java.lang.Object
  extended by com.aurel.track.admin.assignRoles.AssignRolesData
All Implemented Interfaces:
java.io.Serializable

public class AssignRolesData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AssignRolesData()
           
AssignRolesData(LabelValueBean role, java.util.List persons)
           
 
Method Summary
 java.util.List getPersons()
           
 LabelValueBean getRole()
           
 void setPersons(java.util.List persons)
           
 void setRole(LabelValueBean role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignRolesData

public AssignRolesData()

AssignRolesData

public AssignRolesData(LabelValueBean role,
                       java.util.List persons)
Method Detail

getPersons

public java.util.List getPersons()
Returns:
Returns the persons.

setPersons

public void setPersons(java.util.List persons)
Parameters:
persons - The persons to set.

getRole

public LabelValueBean getRole()
Returns:
Returns the role.

setRole

public void setRole(LabelValueBean role)
Parameters:
role - The role to set.


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.