Package org.exoplatform.onlyoffice
Class EditorPage
- java.lang.Object
-
- org.exoplatform.onlyoffice.EditorPage
-
public class EditorPage extends Object
The Class EditorPage.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcommentThe comment.protected StringdisplayPathThe display path.protected StringdriveThe drive.protected StringlastModifiedThe last modified.protected StringlastModifierThe last modifier.protected BooleanrenameAllowedThe rename allowed.
-
Constructor Summary
Constructors Constructor Description EditorPage()Instantiates a new editor page.EditorPage(String comment, Boolean renameAllowed, String displayPath, String lastModifier, String lastModified, String drive)Instantiates a new editor page.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the comment.StringgetDisplayPath()Gets the display path.StringgetDrive()Gets the drive.StringgetLastModified()Gets the last modified.StringgetLastModifier()Gets the last modifier.BooleangetRenameAllowed()Gets the rename allowed.voidsetComment(String comment)Sets the comment.voidsetDisplayPath(String displayPath)Sets the display path.voidsetDrive(String drive)Sets the drive.voidsetLastModified(String lastModified)Sets the last modified.voidsetLastModifier(String lastModifier)Sets the last modifier.voidsetRenameAllowed(Boolean renameAllowed)Sets the rename allowed.
-
-
-
Field Detail
-
comment
protected String comment
The comment.
-
drive
protected String drive
The drive.
-
renameAllowed
protected Boolean renameAllowed
The rename allowed.
-
displayPath
protected String displayPath
The display path.
-
lastModifier
protected String lastModifier
The last modifier.
-
lastModified
protected String lastModified
The last modified.
-
-
Constructor Detail
-
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 Detail
-
getComment
public String getComment()
Gets the comment.- Returns:
- the comment
-
getDrive
public String getDrive()
Gets the drive.- Returns:
- the drive
-
setComment
public void setComment(String comment)
Sets the comment.- Parameters:
comment- the new comment
-
setDrive
public void setDrive(String drive)
Sets the drive.- Parameters:
drive- the new drive
-
getRenameAllowed
public Boolean getRenameAllowed()
Gets the rename allowed.- Returns:
- the rename allowed
-
setRenameAllowed
public void setRenameAllowed(Boolean renameAllowed)
Sets the rename allowed.- Parameters:
renameAllowed- the new rename allowed
-
getDisplayPath
public String getDisplayPath()
Gets the display path.- Returns:
- the display path
-
setDisplayPath
public void setDisplayPath(String displayPath)
Sets the display path.- Parameters:
displayPath- the new display path
-
getLastModifier
public String getLastModifier()
Gets the last modifier.- Returns:
- the last modifier
-
setLastModifier
public void setLastModifier(String lastModifier)
Sets the last modifier.- Parameters:
lastModifier- the new last modifier
-
getLastModified
public String getLastModified()
Gets the last modified.- Returns:
- the last modified
-
setLastModified
public void setLastModified(String lastModified)
Sets the last modified.- Parameters:
lastModified- the new last modified
-
-