Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Return the author set by setAuthor().
|
String |
getContent()
Return the content set by
setContent(String) . |
WikiPage |
getPage()
Returns the page set by
setPage(WikiPage) . |
String |
getTitle()
Returns the title.
|
String |
getURL()
Return the URL set by setURL().
|
void |
setAuthor(String author)
Set the author of this entry.
|
void |
setContent(String content)
Set the content of this entry.
|
void |
setPage(WikiPage p)
Sets the WikiPage to which this Entry refers to.
|
void |
setTitle(String title)
Sets a title for the change.
|
void |
setURL(String url)
Set the URL - the permalink - of the Entry.
|
public Entry()
public void setAuthor(String author)
author
- Name of the author.public String getAuthor()
public WikiPage getPage()
setPage(WikiPage)
.public void setPage(WikiPage p)
p
- A valid WikiPage.public void setTitle(String title)
title
- A String description of the change.public void setURL(String url)
url
- An absolute URL to the entry.public void setContent(String content)
content
- A String of the content.public String getContent()
setContent(String)
.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.