com.ebmwebsourcing.webcommons.user.api.to
Class UserTO
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTO
public UserTO()
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.