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 TypeMethodDescriptionvoidaddKeyword(String keyword) Add keyword to keywords Set.booleaninthashCode()voidsetKeywords(Set<String> keywords) voidsetThesaurus(String thesaurus) toString()
-
Constructor Details
-
KeywordCollection
public KeywordCollection() -
KeywordCollection
-
-
Method Details