Documentation of 'org.encog.bot.rss.RSSItem' Java class
RSSItem
org.encog.bot.rss

Class RSSItem



  • public class RSSItem
    extends java.lang.Object
    This is the class that holds individual RSS items, or stories, for the RSS class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RSSItem() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RSSItem

        public RSSItem()
    • Method Detail

      • getDate

        public final java.util.Date getDate()
        Get the publication date.
        Returns:
        The publication date.
      • getDescription

        public final java.lang.String getDescription()
        Get the description.
        Returns:
        The description.
      • getLink

        public final java.lang.String getLink()
        Get the hyperlink.
        Returns:
        The hyperlink.
      • getTitle

        public final java.lang.String getTitle()
        Get the item title.
        Returns:
        The item title.
      • load

        public final void load(org.w3c.dom.Node node)
        Load an item from the specified node.
        Parameters:
        node - The Node to load the item from.
      • setDate

        public final void setDate(java.util.Date theDate)
        Set the publication date.
        Parameters:
        theDate - The new publication date.
      • setDescription

        public final void setDescription(java.lang.String theDescription)
        Get the description.
        Parameters:
        theDescription - The new description.
      • setLink

        public final void setLink(java.lang.String theLink)
        Set the hyperlink.
        Parameters:
        theLink - The new hyperlink.
      • setTitle

        public final void setTitle(java.lang.String theTitle)
        Set the item title.
        Parameters:
        theTitle - The new item title.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.