Class LicenseDescription

java.lang.Object
io.goobi.viewer.controller.LicenseDescription

public class LicenseDescription extends Object
Author:
Florian Alpers Contains descriptive information, like a label and an icon toa license type url
  • Constructor Details

    • LicenseDescription

      public LicenseDescription(String url)
      Parameters:
      url - URL of the license type
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getUrl

      public String getUrl()