Package io.goobi.viewer.model.glossary
Class Glossary
java.lang.Object
io.goobi.viewer.model.glossary.Glossary
Glossary class.
- Author:
- Florian Alpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddescription
.Getter for the fieldfilename
.Getter for the fieldrecords
.getTitle()
Getter for the fieldtitle
.void
setRecords
(List<GlossaryRecord> records) Setter for the fieldrecords
.
-
Constructor Details
-
Method Details
-
getTitle
Getter for the field
title
.- Returns:
- the title
-
getFilename
Getter for the field
filename
.- Returns:
- the filename
-
getDescription
Getter for the field
description
.- Returns:
- the description
-
getRecords
Getter for the field
records
.- Returns:
- the records
-
setRecords
Setter for the field
records
.- Parameters:
records
- the records to set
-