|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.bot.rss.RSSItem
public class RSSItem
This is the class that holds individual RSS items, or stories, for the RSS class.
Constructor Summary | |
---|---|
RSSItem()
|
Method Summary | |
---|---|
Date |
getDate()
Get the publication date. |
String |
getDescription()
Get the description. |
String |
getLink()
Get the hyperlink. |
String |
getTitle()
Get the item title. |
void |
load(Node node)
Load an item from the specified node. |
void |
setDate(Date theDate)
Set the publication date. |
void |
setDescription(String theDescription)
Get the description. |
void |
setLink(String theLink)
Set the hyperlink. |
void |
setTitle(String theTitle)
Set the item title. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RSSItem()
Method Detail |
---|
public final Date getDate()
public final String getDescription()
public final String getLink()
public final String getTitle()
public final void load(Node node)
node
- The Node to load the item from.public final void setDate(Date theDate)
theDate
- The new publication date.public final void setDescription(String theDescription)
theDescription
- The new description.public final void setLink(String theLink)
theLink
- The new hyperlink.public final void setTitle(String theTitle)
theTitle
- The new item title.public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |