org.encog.bot.rss
public class RSSItem extends Object
Constructor and Description |
---|
RSSItem() |
Modifier and Type | Method and Description |
---|---|
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() |
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.Copyright © 2014. All Rights Reserved.