Class CopyrightIndicatorLicense

java.lang.Object
io.goobi.viewer.model.security.CopyrightIndicatorLicense
All Implemented Interfaces:
Serializable

public class CopyrightIndicatorLicense extends Object implements Serializable
Represents a license entry for the copyright indicator widget, consisting of a human-readable description and a list of icon identifiers.
See Also:
  • Constructor Details

    • CopyrightIndicatorLicense

      public CopyrightIndicatorLicense(String description, List<String> icons)
      Parameters:
      description - human-readable license description
      icons - list of icon identifiers for this license
  • Method Details

    • getDescription

      public String getDescription()
    • getIcons

      public List<String> getIcons()