Package org.gbif.api.model.registry.eml
Class KeywordCollection
java.lang.Object
org.gbif.api.model.registry.eml.KeywordCollection
- All Implemented Interfaces:
Serializable
,Keywords
Allows a collection of keywords which may declare a thesaurus from which they come from.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyword
(String keyword) Add keyword to keywords Set.boolean
int
hashCode()
void
setKeywords
(Set<String> keywords) void
setThesaurus
(String thesaurus) toString()
-
Constructor Details
-
KeywordCollection
public KeywordCollection() -
KeywordCollection
-
-
Method Details