Class Channel

java.lang.Object
io.goobi.viewer.model.rss.Channel

public class Channel extends Object

Channel class.

Author:
Florian Alpers
  • Constructor Details

    • Channel

      public Channel()
  • Method Details

    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      the title
    • setTitle

      public void setTitle(String title)

      Setter for the field title.

      Parameters:
      title - the title to set
    • getLink

      public String getLink()

      Getter for the field link.

      Returns:
      the link
    • setLink

      public void setLink(String link)

      Setter for the field link.

      Parameters:
      link - the link to set
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      the description
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - the description to set
    • getLanguage

      public String getLanguage()

      Getter for the field language.

      Returns:
      the language
    • setLanguage

      public void setLanguage(String language)

      Setter for the field language.

      Parameters:
      language - the language to set
    • getCopyright

      public String getCopyright()

      Getter for the field copyright.

      Returns:
      the copyright
    • setCopyright

      public void setCopyright(String copyright)

      Setter for the field copyright.

      Parameters:
      copyright - the copyright to set
    • getPubDate

      public Date getPubDate()

      Getter for the field pubDate.

      Returns:
      the pubDate
    • setPubDate

      public void setPubDate(Date pubDate)

      Setter for the field pubDate.

      Parameters:
      pubDate - the pubDate to set
    • getItems

      public List<RssItem> getItems()

      Getter for the field items.

      Returns:
      the items
    • addItem

      public void addItem(RssItem item)

      addItem.

      Parameters:
      item - a RssItem object.