public class EditorPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
The comment.
|
protected String |
displayPath
The display path.
|
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)
Instantiates a new editor page.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the comment.
|
String |
getDisplayPath()
Gets the display path.
|
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 |
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 Boolean renameAllowed
protected String displayPath
protected String lastModifier
protected String lastModified
public EditorPage(String comment, Boolean renameAllowed, String displayPath, String lastModifier, String lastModified)
comment - the commentrenameAllowed - the rename alloweddisplayPath - the display pathlastModifier - the last modifierlastModified - the last modifiedpublic EditorPage()
public String getComment()
public void setComment(String comment)
comment - the new commentpublic 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–2019 eXo Platform SAS. All rights reserved.