public class UserDTO extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
UserDTO()
Instantiates a new user DTO.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getContactId()
Gets the contact id.
|
String |
getEmailAddress()
Gets the email address.
|
String |
getFullName()
Gets the full name.
|
long |
getGroupId()
Gets the group id.
|
HashMap |
getListUserMap()
Gets the list user map.
|
long[] |
getRolesId()
Gets the roles id.
|
String |
getScreenName()
Gets the screen name.
|
long |
getUserId()
Gets the user id.
|
boolean |
isAdminUser()
Checks if is admin user.
|
boolean |
isManageSurveyUser()
Checks if is manage survey user.
|
boolean |
isVreManager()
Checks if is vre manager.
|
void |
setAdminUser(boolean adminUser)
Sets the admin user.
|
void |
setContactId(long contactId)
Sets the contact id.
|
void |
setEmailAddress(String emailAddress)
Sets the email address.
|
void |
setFullName(String fullName)
Sets the full name.
|
void |
setGroupId(long groupId)
Sets the group id.
|
void |
setListUserMap(HashMap listUserMap)
Sets the list user map.
|
void |
setManageSurveyUser(boolean manageSurveyUser)
Sets the manage survey user.
|
void |
setRolesId(long[] rolesId)
Sets the roles id.
|
void |
setScreenName(String screenName)
Sets the screen name.
|
void |
setUserId(long userId)
Sets the user id.
|
void |
setVreManager(boolean vreManager)
Sets the vre manager.
|
String |
toString() |
public long getUserId()
public void setUserId(long userId)
userId - the new user idpublic long getContactId()
public void setContactId(long contactId)
contactId - the new contact idpublic String getScreenName()
public void setScreenName(String screenName)
screenName - the new screen namepublic String getFullName()
public void setFullName(String fullName)
fullName - the new full namepublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - the new email addresspublic HashMap getListUserMap()
public void setListUserMap(HashMap listUserMap)
listUserMap - the new list user mappublic long[] getRolesId()
public void setRolesId(long[] rolesId)
rolesId - the new roles idpublic boolean isAdminUser()
public void setAdminUser(boolean adminUser)
adminUser - the new admin userpublic boolean isManageSurveyUser()
public void setManageSurveyUser(boolean manageSurveyUser)
manageSurveyUser - the new manage survey userpublic boolean isVreManager()
public void setVreManager(boolean vreManager)
vreManager - the new vre managerpublic long getGroupId()
public void setGroupId(long groupId)
groupId - the new group idCopyright © 2018. All Rights Reserved.