public class KeywordCollection extends Object implements Serializable, Keywords
Constructor and Description |
---|
KeywordCollection() |
KeywordCollection(String thesaurus,
Set<String> keywords) |
Modifier and Type | Method and Description |
---|---|
void |
addKeyword(String keyword)
Add keyword to keywords Set.
|
boolean |
equals(Object o) |
Set<String> |
getKeywords() |
String |
getThesaurus() |
int |
hashCode() |
void |
setKeywords(Set<String> keywords) |
void |
setThesaurus(String thesaurus) |
Collection<String> |
toKeywords() |
String |
toString() |
public KeywordCollection()
public KeywordCollection(String thesaurus, Set<String> keywords)
public Set<String> getKeywords()
public void setKeywords(Set<String> keywords)
public String getThesaurus()
public void setThesaurus(String thesaurus)
public Collection<String> toKeywords()
toKeywords
in interface Keywords
public void addKeyword(String keyword)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.