Class RSSFeed.RSSItem

  • Enclosing class:
    RSSFeed

    public class RSSFeed.RSSItem
    extends java.lang.Object
    RSS feed item
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description
      RSS feed item description
      java.lang.String link
      RSS feed item link
      java.lang.String pubDate
      RSS feed item publication date
      java.lang.String title
      RSS feed item title
    • Constructor Summary

      Constructors 
      Constructor Description
      RSSItem()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        public java.lang.String title
        RSS feed item title
      • description

        public java.lang.String description
        RSS feed item description
      • link

        public java.lang.String link
        RSS feed item link
      • pubDate

        public java.lang.String pubDate
        RSS feed item publication date
    • Constructor Detail

      • RSSItem

        public RSSItem()