Class RssMetadata

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

public class RssMetadata extends Object
Represents metadata for an RSS feed object.
Author:
Florian Alpers
  • Constructor Details

    • RssMetadata

      public RssMetadata()
    • RssMetadata

      public RssMetadata(String label, String value, String link)
      Creates a new RssMetadata instance.
      Parameters:
      label - display label for this metadata field
      value - metadata field value
      link - optional URL associated with this metadata
    • RssMetadata

      public RssMetadata(String label, String value)
      Creates a new RssMetadata instance.
      Parameters:
      label - display label for this metadata field
      value - metadata field value
  • Method Details

    • getLink

      public String getLink()
      Getter for the field link.
      Returns:
      the URL associated with this metadata entry
    • getLabel

      public String getLabel()
      Getter for the field label.
      Returns:
      the display label for this metadata entry
    • getValue

      public String getValue()
      Getter for the field value.
      Returns:
      the metadata value associated with this entry