com.ecyrd.jspwiki.rss
Class Entry

java.lang.Object
  extended by com.ecyrd.jspwiki.rss.Entry

public class Entry
extends Object

Since:
Author:
jalkanen

Constructor Summary
Entry()
           
 
Method Summary
 String getAuthor()
           
 String getContent()
           
 WikiPage getPage()
           
 String getTitle()
           
 String getURL()
           
 void setAuthor(String author)
           
 void setContent(String content)
           
 void setPage(WikiPage p)
           
 void setTitle(String title)
           
 void setURL(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry()
Method Detail

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()