Package io.goobi.viewer.model.security
Class CopyrightIndicatorLicense
java.lang.Object
io.goobi.viewer.model.security.CopyrightIndicatorLicense
- All Implemented Interfaces:
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 content, String description, List<String> icons, String url) - Parameters:
content- raw license text (Solr field value, used as display text)description- message key for a human-readable license descriptionicons- list of icon identifiers for this licenseurl- optional URL to the license info page, may be null
-
-
Method Details
-
getContent
-
getDescription
-
getIcons
-
getUrl
-