public static class Config.Editor.User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstname |
protected String |
id |
protected String |
lastname |
protected String |
lockToken |
protected String |
username |
| Modifier | Constructor and Description |
|---|---|
protected |
Config.Editor.User(String id,
String firstname,
String lastname) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstname() |
String |
getId() |
String |
getLastname() |
protected String |
getLockToken() |
String |
getUsername() |
protected void |
setLockToken(String lockToken) |
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–2016 eXo Platform SAS. All rights reserved.