Package org.exoplatform.onlyoffice
Class Config.Editor.User
java.lang.Object
org.exoplatform.onlyoffice.Config.Editor.User
- Enclosing class:
- Config.Editor
The Class User.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the downloadLink.getId()Gets the id.longGets the lastModified.longGets the last saved.longGets the linkSaved.getName()Gets the name.voidsetDownloadLink(String downloadLink) Sets the downloadLink.voidsetLastModified(long lastModified) Sets the lastModified.voidsetLastSaved(long lastSaved) Sets the last saved.voidsetLinkSaved(long linkSaved) Sets the linkSaved.
-
Field Details
-
id
The id. -
name
The name. -
lastModified
The lastModified timestamp. -
lastSaved
The last saved timestamp. -
linkSaved
The last link saved timestamp. -
downloadLink
The download link.
-
-
Constructor Details
-
User
Instantiates a new user.- Parameters:
id- the idname- the name
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
getName
Gets the name.- Returns:
- the name
-
getLastModified
public long getLastModified()Gets the lastModified.- Returns:
- the lastModified
-
setLastModified
public void setLastModified(long lastModified) Sets the lastModified.- Parameters:
lastModified- the lastModified
-
getLinkSaved
public long getLinkSaved()Gets the linkSaved.- Returns:
- the linkSaved
-
setLinkSaved
public void setLinkSaved(long linkSaved) Sets the linkSaved.- Parameters:
linkSaved- the linkSaved
-
getDownloadLink
Gets the downloadLink.- Returns:
- the downloadLink
-
setDownloadLink
Sets the downloadLink.- Parameters:
downloadLink- the downloadLink
-
getLastSaved
public long getLastSaved()Gets the last saved.- Returns:
- the lastSaved
-
setLastSaved
public void setLastSaved(long lastSaved) Sets the last saved.- Parameters:
lastSaved- the lastSaved to set
-