Class GlossaryRecord

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

public class GlossaryRecord extends Object

GlossaryRecord class.

Author:
Florian Alpers
  • Constructor Details

    • GlossaryRecord

      public GlossaryRecord()
  • Method Details

    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      the title
    • setTitle

      public void setTitle(String title)

      Setter for the field title.

      Parameters:
      title - the title to set
    • getKeywords

      public String getKeywords()

      Getter for the field keywords.

      Returns:
      the keywords
    • setKeywords

      public void setKeywords(String keywords)

      Setter for the field keywords.

      Parameters:
      keywords - the keywords to set
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      the description
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - the description to set
    • getSource

      public String getSource()

      Getter for the field source.

      Returns:
      the source
    • setSource

      public void setSource(String source)

      Setter for the field source.

      Parameters:
      source - the source to set