|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wiki.rss.Entry
public class Entry

Represents an entry, that is, an unit of change, in a Feed.
| Constructor Summary | |
|---|---|
Entry()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry()
| Method Detail |
|---|
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 String getTitle()
public void setURL(String url)
url - An absolute URL to the entry.public String getURL()
public void setContent(String content)
content - A String of the content.public String getContent()
setContent(String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||