public static class Config.Editor.User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
downloadLink
The download link.
|
protected String |
firstname
The firstname.
|
protected String |
id
The id.
|
protected Long |
lastModified
The lastModified timestamp.
|
protected String |
lastname
The lastname.
|
protected Long |
lastSaved
The last saved timestamp.
|
protected Long |
linkSaved
The last link saved timestamp.
|
protected String |
lockToken
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
User(String id,
String firstname,
String lastname)
Instantiates a new user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadLink()
Gets the downloadLink.
|
String |
getFirstname()
Gets the firstname.
|
String |
getId()
Gets the id.
|
long |
getLastModified()
Gets the lastModified.
|
String |
getLastname()
Gets the lastname.
|
long |
getLastSaved()
Gets the last saved.
|
long |
getLinkSaved()
Gets the linkSaved.
|
protected String |
getLockToken()
Deprecated.
|
void |
setDownloadLink(String downloadLink)
Sets the downloadLink.
|
void |
setLastModified(long lastModified)
Sets the lastModified.
|
void |
setLastSaved(long lastSaved)
Sets the last saved.
|
void |
setLinkSaved(long linkSaved)
Sets the linkSaved.
|
protected void |
setLockToken(String lockToken)
Deprecated.
|
protected final String id
protected final String firstname
protected final String lastname
protected Long lastModified
protected Long lastSaved
protected Long linkSaved
protected String downloadLink
@Deprecated protected transient String lockToken
public String getId()
public String getFirstname()
public String getLastname()
public long getLastModified()
public void setLastModified(long lastModified)
lastModified - the lastModifiedpublic long getLinkSaved()
public void setLinkSaved(long linkSaved)
linkSaved - the linkSavedpublic String getDownloadLink()
public void setDownloadLink(String downloadLink)
downloadLink - the downloadLinkpublic long getLastSaved()
public void setLastSaved(long lastSaved)
lastSaved - the lastSaved to set@Deprecated protected String getLockToken()
@Deprecated protected void setLockToken(String lockToken)
lockToken - the lockToken to setCopyright © 2003–2019 eXo Platform SAS. All rights reserved.