public class User extends Object implements Serializable
| Constructor and Description |
|---|
User()
Constructor of the User object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description
|
String |
getEmail()
eMail Adress
|
String |
getFirstName()
Firstname
|
List<Group> |
getGroups()
Groups the user is member of
|
Integer |
getId()
User ID
|
String |
getLastName()
Lastname
|
String |
getLogin()
Login name
|
void |
setDescription(String description) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setGroups(List<Group> groups) |
void |
setId(Integer id) |
void |
setLastName(String lastName) |
void |
setLogin(String login) |
public Integer getId()
public String getFirstName()
public String getLastName()
public String getDescription()
public String getEmail()
public void setId(Integer id)
identifier - the identifier to setpublic void setFirstName(String firstName)
firstName - the firstName to setpublic void setLastName(String lastName)
lastName - the lastName to setpublic void setDescription(String description)
description - the description to setpublic void setEmail(String email)
email - the email to setpublic String getLogin()
public void setLogin(String login)
login - the login to setCopyright © 2014 Gentics Software GmbH. All rights reserved.