public class RSSItem
extends java.lang.Object
| Constructor and Description |
|---|
RSSItem() |
| Modifier and Type | Method and Description |
|---|---|
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 theDate)
Set the publication date.
|
void |
setDescription(java.lang.String theDescription)
Get the description.
|
void |
setLink(java.lang.String theLink)
Set the hyperlink.
|
void |
setTitle(java.lang.String theTitle)
Set the item title.
|
java.lang.String |
toString() |
public final java.util.Date getDate()
public final java.lang.String getDescription()
public final java.lang.String getLink()
public final java.lang.String getTitle()
public final void load(org.w3c.dom.Node node)
node - The Node to load the item from.public final void setDate(java.util.Date theDate)
theDate - The new publication date.public final void setDescription(java.lang.String theDescription)
theDescription - The new description.public final void setLink(java.lang.String theLink)
theLink - The new hyperlink.public final void setTitle(java.lang.String theTitle)
theTitle - The new item title.public final java.lang.String toString()
toString in class java.lang.Object