Class RssResultRow


  • public class RssResultRow
    extends Object
    Represents a RSS result row object
    Since:
    4.1.0
    Version:
    $Revision: 8732 $ $Date: 2008-01-08 12:00:58 -0200 (Tue, 08 Jan 2008) $
    • Field Detail

      • contentId

        protected String contentId
      • title

        protected String title
      • description

        protected String description
      • publishDate

        protected Date publishDate
    • Constructor Detail

      • RssResultRow

        public RssResultRow()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getLink

        public String getLink()
      • setLink

        public void setLink​(String link)
      • getPublishDate

        public Date getPublishDate()
      • setPublishDate

        public void setPublishDate​(Date publishDate)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getContentId

        public String getContentId()
      • setContentId

        public void setContentId​(String itemId)