Class NewsFeedItem

java.lang.Object
org.jasig.portlet.newsreader.model.NewsFeedItem
All Implemented Interfaces:
Comparable<NewsFeedItem>

public class NewsFeedItem extends Object implements Comparable<NewsFeedItem>

NewsFeedItem class.

Since:
5.1.1
Author:
Jen Bourey, jennifer.bourey@gmail.com
  • Constructor Details

    • NewsFeedItem

      public NewsFeedItem()
  • Method Details

    • getImageUrl

      public String getImageUrl()

      Getter for the field imageUrl.

      Returns:
      a String object
    • setImageUrl

      public void setImageUrl(String imageUrl)

      Setter for the field imageUrl.

      Parameters:
      imageUrl - a String object
    • getAuthors

      public List<com.rometools.rome.feed.synd.SyndPerson> getAuthors()

      Getter for the field authors.

      Returns:
      a List object
    • setAuthors

      public void setAuthors(List<com.rometools.rome.feed.synd.SyndPerson> authors)

      Setter for the field authors.

      Parameters:
      authors - a List object
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      a String object
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - a String object
    • getContent

      public String getContent()

      Getter for the field content.

      Returns:
      a String object
    • setContent

      public void setContent(String content)

      Setter for the field content.

      Parameters:
      content - a String object
    • getVideoUrl

      public String getVideoUrl()

      Getter for the field videoUrl.

      Returns:
      a String object
    • setVideoUrl

      public void setVideoUrl(String videoUrl)

      Setter for the field videoUrl.

      Parameters:
      videoUrl - a String object
    • getLink

      public String getLink()

      Getter for the field link.

      Returns:
      a String object
    • setLink

      public void setLink(String link)

      Setter for the field link.

      Parameters:
      link - a String object
    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      a String object
    • setTitle

      public void setTitle(String title)

      Setter for the field title.

      Parameters:
      title - a String object
    • getUri

      public String getUri()

      Getter for the field uri.

      Returns:
      a String object
    • setUri

      public void setUri(String uri)

      Setter for the field uri.

      Parameters:
      uri - a String object
    • getFullStory

      public FullStory getFullStory()

      Getter for the field fullStory.

      Returns:
      a FullStory object
    • setFullStory

      public void setFullStory(FullStory fullStory)

      Setter for the field fullStory.

      Parameters:
      fullStory - a FullStory object
    • getPubDate

      public Date getPubDate()

      Getter for the field pubDate.

      Returns:
      a Date object
    • setPubDate

      public void setPubDate(Date pubDate)

      Setter for the field pubDate.

      Parameters:
      pubDate - a Date object
    • getCategories

      public List<com.rometools.rome.feed.synd.SyndCategory> getCategories()

      Getter for the field categories.

      Returns:
      a List object
    • setCategories

      public void setCategories(List<com.rometools.rome.feed.synd.SyndCategory> categories)

      Setter for the field categories.

      Parameters:
      categories - a List object
    • compareTo

      public int compareTo(NewsFeedItem that)
      Specified by:
      compareTo in interface Comparable<NewsFeedItem>