public static class Config.Editor.User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstname
The firstname.
|
protected String |
id
The id.
|
protected String |
lastname
The lastname.
|
protected String |
lockToken
The lock token.
|
protected String |
username
The username.
|
| Modifier | Constructor and Description |
|---|---|
protected |
User(String id,
String firstname,
String lastname)
Instantiates a new user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstname()
Gets the firstname.
|
String |
getId()
Gets the id.
|
String |
getLastname()
Gets the lastname.
|
protected String |
getLockToken()
Gets the lock token.
|
String |
getUsername()
Gets the username.
|
protected void |
setLockToken(String lockToken)
Sets the lock token.
|
protected final String id
protected final String firstname
protected final String lastname
protected final String username
protected transient String lockToken
public String getId()
public String getUsername()
public String getFirstname()
public String getLastname()
protected String getLockToken()
protected void setLockToken(String lockToken)
lockToken - the lockToken to setCopyright © 2003–2018 eXo Platform SAS. All rights reserved.