Package org.exoplatform.onlyoffice
Class Config.Editor.User
- java.lang.Object
-
- org.exoplatform.onlyoffice.Config.Editor.User
-
- Enclosing class:
- Config.Editor
public static class Config.Editor.User extends Object
The Class User.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdownloadLinkThe download link.protected StringidThe id.protected LonglastModifiedThe lastModified timestamp.protected LonglastSavedThe last saved timestamp.protected LonglinkSavedThe last link saved timestamp.protected StringnameThe name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDownloadLink()Gets the downloadLink.StringgetId()Gets the id.longgetLastModified()Gets the lastModified.longgetLastSaved()Gets the last saved.longgetLinkSaved()Gets the linkSaved.StringgetName()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 Detail
-
id
protected final String id
The id.
-
name
protected final String name
The name.
-
lastModified
protected Long lastModified
The lastModified timestamp.
-
lastSaved
protected Long lastSaved
The last saved timestamp.
-
linkSaved
protected Long linkSaved
The last link saved timestamp.
-
downloadLink
protected String downloadLink
The download link.
-
-
Method Detail
-
getId
public String getId()
Gets the id.- Returns:
- the id
-
getName
public String 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
public String getDownloadLink()
Gets the downloadLink.- Returns:
- the downloadLink
-
setDownloadLink
public void setDownloadLink(String downloadLink)
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
-
-