Package org.exoplatform.onlyoffice
Class EditorPage
java.lang.Object
org.exoplatform.onlyoffice.EditorPage
The Class EditorPage.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the display path.getDrive()Gets the drive.Gets the last modified.Gets the last modifier.Gets the rename allowed.voidsetComment(String comment) Sets the comment.voidsetDisplayPath(String displayPath) Sets the display path.voidSets the drive.voidsetLastModified(String lastModified) Sets the last modified.voidsetLastModifier(String lastModifier) Sets the last modifier.voidsetRenameAllowed(Boolean renameAllowed) Sets the rename allowed.
-
Field Details
-
comment
The comment. -
drive
The drive. -
renameAllowed
The rename allowed. -
displayPath
The display path. -
lastModifier
The last modifier. -
lastModified
The last modified.
-
-
Constructor Details
-
EditorPage
public EditorPage(String comment, Boolean renameAllowed, String displayPath, String lastModifier, String lastModified, String drive) Instantiates a new editor page.- Parameters:
comment- the commentdrive- the driverenameAllowed- the rename alloweddisplayPath- the display pathlastModifier- the last modifierlastModified- the last modified
-
EditorPage
public EditorPage()Instantiates a new editor page.
-
-
Method Details
-
getComment
Gets the comment.- Returns:
- the comment
-
getDrive
Gets the drive.- Returns:
- the drive
-
setComment
Sets the comment.- Parameters:
comment- the new comment
-
setDrive
Sets the drive.- Parameters:
drive- the new drive
-
getRenameAllowed
Gets the rename allowed.- Returns:
- the rename allowed
-
setRenameAllowed
Sets the rename allowed.- Parameters:
renameAllowed- the new rename allowed
-
getDisplayPath
Gets the display path.- Returns:
- the display path
-
setDisplayPath
Sets the display path.- Parameters:
displayPath- the new display path
-
getLastModifier
Gets the last modifier.- Returns:
- the last modifier
-
setLastModifier
Sets the last modifier.- Parameters:
lastModifier- the new last modifier
-
getLastModified
Gets the last modified.- Returns:
- the last modified
-
setLastModified
Sets the last modified.- Parameters:
lastModified- the new last modified
-