org.pentaho.platform.engine.security.userrole.ws
Class UserRoleInfo

java.lang.Object
  extended by org.pentaho.platform.engine.security.userrole.ws.UserRoleInfo
All Implemented Interfaces:
Serializable

public class UserRoleInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserRoleInfo()
           
 
Method Summary
 List<String> getRoles()
           
 List<String> getUsers()
           
 void setRoles(List<String> roles)
           
 void setUsers(List<String> users)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleInfo

public UserRoleInfo()
Method Detail

getUsers

public List<String> getUsers()

setUsers

public void setUsers(List<String> users)

getRoles

public List<String> getRoles()

setRoles

public void setRoles(List<String> roles)