Class ManifestLinkConfiguration

java.lang.Object
io.goobi.viewer.controller.model.ManifestLinkConfiguration

public class ManifestLinkConfiguration extends Object
Configuration for a manifest link entry displayed in the viewer, combining a display label, a format identifier, and the metadata object that provides the target URL.
  • Constructor Details

    • ManifestLinkConfiguration

      public ManifestLinkConfiguration(String label, String format, Metadata metadata)
      Parameters:
      label - the display label for the manifest link
      format - the format identifier for the manifest
      metadata - the metadata object providing the link URL
  • Method Details

    • getLabel

      public String getLabel()
    • getFormat

      public String getFormat()
    • getMetadata

      public Metadata getMetadata()