Class Glossary

java.lang.Object
io.goobi.viewer.model.glossary.Glossary

public class Glossary extends Object

Glossary class.

Author:
Florian Alpers
  • Constructor Details

    • Glossary

      public Glossary(String title, String filename, String description)

      Constructor for Glossary.

      Parameters:
      title - a String object.
      filename - a String object.
      description - a String object.
  • Method Details

    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      the title
    • getFilename

      public String getFilename()

      Getter for the field filename.

      Returns:
      the filename
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      the description
    • getRecords

      public List<GlossaryRecord> getRecords()

      Getter for the field records.

      Returns:
      the records
    • setRecords

      public void setRecords(List<GlossaryRecord> records)

      Setter for the field records.

      Parameters:
      records - the records to set