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
|
String |
getPassword()
Return the plaintext password.
|
User |
setDescription(String description)
Set description
|
User |
setEmail(String email)
Set email
|
User |
setFirstName(String firstName)
Set firstname
|
User |
setGroups(List<Group> groups)
Set groups
|
User |
setId(Integer id)
Set ID
|
User |
setLastName(String lastName)
Set lastname
|
User |
setLogin(String login)
Set login
|
User |
setPassword(String password)
Set the plaintext user password.
|
String |
toString() |
public Integer getId()
public String getFirstName()
public String getLastName()
public String getDescription()
public String getEmail()
public User setId(Integer id)
identifier
- the identifier to setpublic User setFirstName(String firstName)
firstName
- the firstName to setpublic User setLastName(String lastName)
lastName
- the lastName to setpublic User setDescription(String description)
description
- the description to setpublic User setEmail(String email)
email
- the email to setpublic User setGroups(List<Group> groups)
groups
- the groups to setpublic String getLogin()
public User setLogin(String login)
login
- the login to setpublic String getPassword()
public User setPassword(String password)
password
- Copyright © 2024 Gentics Software. All rights reserved.