Package io.goobi.viewer.model.glossary
Class GlossaryRecord
java.lang.Object
io.goobi.viewer.model.glossary.GlossaryRecord
GlossaryRecord class.
- Author:
- Florian Alpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddescription
.Getter for the fieldkeywords
.Getter for the fieldsource
.getTitle()
Getter for the fieldtitle
.void
setDescription
(String description) Setter for the fielddescription
.void
setKeywords
(String keywords) Setter for the fieldkeywords
.void
Setter for the fieldsource
.void
Setter for the fieldtitle
.
-
Constructor Details
-
GlossaryRecord
public GlossaryRecord()
-
-
Method Details
-
getTitle
Getter for the field
title
.- Returns:
- the title
-
setTitle
Setter for the field
title
.- Parameters:
title
- the title to set
-
getKeywords
Getter for the field
keywords
.- Returns:
- the keywords
-
setKeywords
Setter for the field
keywords
.- Parameters:
keywords
- the keywords to set
-
getDescription
Getter for the field
description
.- Returns:
- the description
-
setDescription
Setter for the field
description
.- Parameters:
description
- the description to set
-
getSource
Getter for the field
source
.- Returns:
- the source
-
setSource
Setter for the field
source
.- Parameters:
source
- the source to set
-