com.ebmwebsourcing.webcommons.user.api.to
Class UserTO

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.user.api.to.UserTO

public class UserTO
extends java.lang.Object

This type gives the description of an user.

Author:
strino - eBM WebSourcing

Constructor Summary
UserTO()
           
 
Method Summary
 java.lang.String getId()
           
 java.util.List<RoleGroupTO> getListRoleGroup()
           
 java.util.List<RoleTO> getListRoles()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 BasicProfileTO getProfile()
           
 void setId(java.lang.String id)
           
 void setListRoleGroup(java.util.List<RoleGroupTO> listRoleGroup)
           
 void setListRoles(java.util.List<RoleTO> listRoles)
           
 void setName(java.lang.String name)
           
 void setPassword(java.lang.String password)
           
 void setProfile(BasicProfileTO profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTO

public UserTO()
Method Detail

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getListRoleGroup

public java.util.List<RoleGroupTO> getListRoleGroup()
Returns:
the listRoles

setListRoleGroup

public void setListRoleGroup(java.util.List<RoleGroupTO> listRoleGroup)
Parameters:
listRoles - the listRoles to set

getPassword

public java.lang.String getPassword()
Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Parameters:
password - the password to set

getListRoles

public java.util.List<RoleTO> getListRoles()
Returns:
the listRoles

setListRoles

public void setListRoles(java.util.List<RoleTO> listRoles)
Parameters:
listRoles - the listRoles to set

getProfile

public BasicProfileTO getProfile()
Returns:
the profile

setProfile

public void setProfile(BasicProfileTO profile)
Parameters:
profile - the profile to set


Copyright © 2010 eBM WebSourcing. All Rights Reserved.