|
||||||||||
| 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 date)
Set the publication date. |
void |
setDescription(String description)
Get the description. |
void |
setLink(String link)
Set the hyperlink. |
void |
setTitle(String title)
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 Date getDate()
public String getDescription()
public String getLink()
public String getTitle()
public void load(Node node)
node - The Node to load the item from.public void setDate(Date date)
date - The new publication date.public void setDescription(String description)
description - The new description.public void setLink(String link)
link - The new hyperlink.public void setTitle(String title)
title - The new item title.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||