|
The Encog Project | ||||||||
| 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 | |
|---|---|
java.util.Date |
getDate()
Get the publication date. |
java.lang.String |
getDescription()
Get the description. |
java.lang.String |
getLink()
Get the hyperlink. |
java.lang.String |
getTitle()
Get the item title. |
void |
load(org.w3c.dom.Node node)
Load an item from the specified node. |
void |
setDate(java.util.Date date)
Set the publication date. |
void |
setDescription(java.lang.String description)
Get the description. |
void |
setLink(java.lang.String link)
Set the hyperlink. |
void |
setTitle(java.lang.String title)
Set the item title. |
java.lang.String |
toString()
Convert the object to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RSSItem()
| Method Detail |
|---|
public java.util.Date getDate()
public java.lang.String getDescription()
public java.lang.String getLink()
public java.lang.String getTitle()
public void load(org.w3c.dom.Node node)
node - The Node to load the item from.public void setDate(java.util.Date date)
date - The new publication date.public void setDescription(java.lang.String description)
description - The new description.public void setLink(java.lang.String link)
link - The new hyperlink.public void setTitle(java.lang.String title)
title - The new item title.public java.lang.String toString()
toString in class java.lang.Object
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||