Class Description

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

public class Description extends Object
Description for an RSS feed object
Author:
Florian Alpers
  • Constructor Details

    • Description

      public Description()

      Constructor for Description.

    • Description

      public Description(String value)

      Constructor for Description.

      Parameters:
      value - a String object.
  • Method Details

    • getImage

      public String getImage()

      Getter for the field image.

      Returns:
      the image
    • setImage

      public void setImage(String image)

      Setter for the field image.

      Parameters:
      image - the image to set
    • getText

      public String getText()

      Getter for the field text.

      Returns:
      the description
    • setText

      public void setText(String description)

      Setter for the field text.

      Parameters:
      description - the description to set
    • getMetadata

      public List<RssMetadata> getMetadata()

      Getter for the field metadata.

      Returns:
      all rss metadata of this object
    • addMetadata

      public void addMetadata(RssMetadata metadata)
      Add rss metadata to this object
      Parameters:
      metadata - a RssMetadata object.