public class EditorPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
The comment.
|
protected String |
displayPath
The display path.
|
protected String |
drive
The drive.
|
protected String |
lastModified
The last modified.
|
protected String |
lastModifier
The last modifier.
|
protected Boolean |
renameAllowed
The rename allowed.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the comment.
|
String |
getDisplayPath()
Gets the display path.
|
String |
getDrive()
Gets the drive.
|
String |
getLastModified()
Gets the last modified.
|
String |
getLastModifier()
Gets the last modifier.
|
Boolean |
getRenameAllowed()
Gets the rename allowed.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setDisplayPath(String displayPath)
Sets the display path.
|
void |
setDrive(String drive)
Sets the drive.
|
void |
setLastModified(String lastModified)
Sets the last modified.
|
void |
setLastModifier(String lastModifier)
Sets the last modifier.
|
void |
setRenameAllowed(Boolean renameAllowed)
Sets the rename allowed.
|
protected String comment
protected String drive
protected Boolean renameAllowed
protected String displayPath
protected String lastModifier
protected String lastModified
public EditorPage(String comment, Boolean renameAllowed, String displayPath, String lastModifier, String lastModified, String drive)
comment - the commentdrive - the driverenameAllowed - the rename alloweddisplayPath - the display pathlastModifier - the last modifierlastModified - the last modifiedpublic EditorPage()
public String getComment()
public String getDrive()
public void setComment(String comment)
comment - the new commentpublic void setDrive(String drive)
drive - the new drivepublic Boolean getRenameAllowed()
public void setRenameAllowed(Boolean renameAllowed)
renameAllowed - the new rename allowedpublic String getDisplayPath()
public void setDisplayPath(String displayPath)
displayPath - the new display pathpublic String getLastModifier()
public void setLastModifier(String lastModifier)
lastModifier - the new last modifierpublic String getLastModified()
public void setLastModified(String lastModified)
lastModified - the new last modifiedCopyright © 2003–2021 eXo Platform SAS. All rights reserved.