public class WikiPage extends Object
Constructor and Description |
---|
WikiPage() |
WikiPage(String title,
String slug,
String content) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getFormat() |
String |
getSlug() |
String |
getTitle() |
void |
setContent(String content) |
void |
setFormat(String format) |
void |
setSlug(String slug) |
void |
setTitle(String title) |
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getSlug()
public void setSlug(String slug)
public String getFormat()
public void setFormat(String format)
Copyright © 2019. All rights reserved.