public class Page extends Object implements Comparable<Page>
| Modifier and Type | Class and Description |
|---|---|
static class |
Page.Attachement |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachement(String name,
String fileName) |
int |
compareTo(Page o) |
List<Page.Attachement> |
getAttachements() |
String |
getContent() |
Path |
getFile() |
String |
getFileName() |
String |
getParentId() |
String |
getSpaceKey() |
String |
getTitle() |
void |
setContent(String content) |
void |
setFile(Path file) |
void |
setParentId(String parentId) |
void |
setSpaceKey(String spaceKey) |
void |
setTitle(String title) |
public String getSpaceKey()
public void setSpaceKey(String spaceKey)
public String getParentId()
public void setParentId(String parentId)
public String getContent()
public void setContent(String content)
public String getTitle()
public void setTitle(String title)
public Path getFile()
public void setFile(Path file)
public String getFileName()
public List<Page.Attachement> getAttachements()
public int compareTo(Page o)
compareTo in interface Comparable<Page>Copyright © 2017–2020 Focus IT. All rights reserved.