com.ecyrd.jspwiki.rss
Class Entry
java.lang.Object
com.ecyrd.jspwiki.rss.Entry
public class Entry
- extends Object
- Since:
- Author:
- jalkanen
Constructor Summary |
Entry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry()
setAuthor
public void setAuthor(String author)
getAuthor
public String getAuthor()
getPage
public WikiPage getPage()
setPage
public void setPage(WikiPage p)
setTitle
public void setTitle(String title)
getTitle
public String getTitle()
setURL
public void setURL(String url)
getURL
public String getURL()
setContent
public void setContent(String content)
getContent
public String getContent()