public class NameUsageSuggestResult extends Object implements LinneanClassification, LinneanClassificationKeys
| Constructor and Description |
|---|
NameUsageSuggestResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCanonicalName() |
Integer |
getClassKey()
Return the class key for this usage.
|
String |
getClazz()
Return the class for this usage.
|
String |
getFamily()
Return the family for this usage.
|
Integer |
getFamilyKey()
Return the family key for this usage.
|
String |
getGenus()
Return the genus for this usage.
|
Integer |
getGenusKey()
Return the genus key for this usage.
|
@NotNull LinkedHashMap<Integer,String> |
getHigherClassificationMap()
An ordered map with entries for all higher Linnean ranks down to the actual direct parent of this usage.
|
String |
getHigherRank(Rank rank)
Gets a higher taxon property by passing the rank of it.
|
Integer |
getHigherRankKey(Rank rank)
Gets a higher taxon key by passing the rank of it.
|
Integer |
getKey()
Taxon key.
|
String |
getKingdom()
Return the kingdom for this usage.
|
Integer |
getKingdomKey()
Return the kingdom key for this usage.
|
Integer |
getNameKey() |
Integer |
getNubKey() |
String |
getOrder()
Return the order for this usage.
|
Integer |
getOrderKey()
Return the order key for this usage.
|
String |
getParent() |
Integer |
getParentKey() |
String |
getPhylum()
Return the phylum for this usage.
|
Integer |
getPhylumKey()
Return the phylum key for this usage.
|
Rank |
getRank() |
String |
getScientificName() |
String |
getSpecies()
Return the species for this usage.
|
Integer |
getSpeciesKey()
Return the species key for this usage.
|
TaxonomicStatus |
getStatus() |
String |
getSubgenus()
Return the canonical subgenus name for this usage.
|
Integer |
getSubgenusKey()
Return the subgenus key for this usage.
|
int |
hashCode() |
boolean |
isSynonym() |
void |
setCanonicalName(String canonicalName) |
void |
setClassKey(Integer classKey) |
void |
setClazz(String clazz) |
void |
setFamily(String family) |
void |
setFamilyKey(Integer familyKey) |
void |
setGenus(String genus) |
void |
setGenusKey(Integer genusKey) |
void |
setKey(Integer key) |
void |
setKingdom(String kingdom) |
void |
setKingdomKey(Integer kingdomKey) |
void |
setNameKey(Integer nameKey) |
void |
setNubKey(Integer nubKey) |
void |
setOrder(String order) |
void |
setOrderKey(Integer orderKey) |
void |
setParent(String parent) |
void |
setParentKey(Integer parentKey) |
void |
setPhylum(String phylum) |
void |
setPhylumKey(Integer phylumKey) |
void |
setRank(Rank rank) |
void |
setScientificName(String scientificName) |
void |
setSpecies(String species) |
void |
setSpeciesKey(Integer speciesKey) |
void |
setStatus(TaxonomicStatus status) |
void |
setSubgenus(String subgenus) |
void |
setSubgenusKey(Integer subgenusKey) |
String |
toString() |
public NameUsageSuggestResult()
public Integer getNameKey()
public void setNameKey(Integer nameKey)
public boolean isSynonym()
public String getScientificName()
public void setScientificName(String scientificName)
public TaxonomicStatus getStatus()
public void setStatus(TaxonomicStatus status)
public String getKingdom()
LinneanClassificationgetKingdom in interface LinneanClassificationpublic String getPhylum()
LinneanClassificationgetPhylum in interface LinneanClassificationpublic String getClazz()
LinneanClassificationgetClazz in interface LinneanClassificationpublic String getOrder()
LinneanClassificationgetOrder in interface LinneanClassificationpublic String getFamily()
LinneanClassificationgetFamily in interface LinneanClassificationpublic String getGenus()
LinneanClassificationgetGenus in interface LinneanClassificationpublic String getSubgenus()
LinneanClassificationgetSubgenus in interface LinneanClassificationpublic String getSpecies()
LinneanClassificationgetSpecies in interface LinneanClassificationpublic Integer getKingdomKey()
LinneanClassificationKeysgetKingdomKey in interface LinneanClassificationKeyspublic Integer getPhylumKey()
LinneanClassificationKeysgetPhylumKey in interface LinneanClassificationKeyspublic Integer getClassKey()
LinneanClassificationKeysgetClassKey in interface LinneanClassificationKeyspublic Integer getOrderKey()
LinneanClassificationKeysgetOrderKey in interface LinneanClassificationKeyspublic Integer getFamilyKey()
LinneanClassificationKeysgetFamilyKey in interface LinneanClassificationKeyspublic Integer getGenusKey()
LinneanClassificationKeysgetGenusKey in interface LinneanClassificationKeyspublic Integer getSubgenusKey()
LinneanClassificationKeysgetSubgenusKey in interface LinneanClassificationKeyspublic Integer getSpeciesKey()
LinneanClassificationKeysgetSpeciesKey in interface LinneanClassificationKeyspublic String getCanonicalName()
public void setCanonicalName(String canonicalName)
public void setClassKey(Integer classKey)
setClassKey in interface LinneanClassificationKeysclassKey - the classKey to setpublic void setClazz(String clazz)
setClazz in interface LinneanClassificationclazz - the clazz to setpublic void setFamily(String family)
setFamily in interface LinneanClassificationfamily - the family to setpublic void setFamilyKey(Integer familyKey)
setFamilyKey in interface LinneanClassificationKeysfamilyKey - the familyKey to setpublic void setGenus(String genus)
setGenus in interface LinneanClassificationgenus - the genus to setpublic void setGenusKey(Integer genusKey)
setGenusKey in interface LinneanClassificationKeysgenusKey - the genusKey to setpublic void setKingdom(String kingdom)
setKingdom in interface LinneanClassificationkingdom - the kingdom to setpublic void setKingdomKey(Integer kingdomKey)
setKingdomKey in interface LinneanClassificationKeyskingdomKey - the kingdomKey to setpublic void setOrder(String order)
setOrder in interface LinneanClassificationorder - the order to setpublic void setOrderKey(Integer orderKey)
setOrderKey in interface LinneanClassificationKeysorderKey - the orderKey to setpublic void setPhylum(String phylum)
setPhylum in interface LinneanClassificationphylum - the phylum to setpublic void setPhylumKey(Integer phylumKey)
setPhylumKey in interface LinneanClassificationKeysphylumKey - the phylumKey to setpublic void setSpecies(String species)
setSpecies in interface LinneanClassificationspecies - the species to setpublic void setSpeciesKey(Integer speciesKey)
setSpeciesKey in interface LinneanClassificationKeysspeciesKey - the speciesKey to setpublic void setSubgenus(String subgenus)
setSubgenus in interface LinneanClassificationsubgenus - the subgenus canonical namepublic void setSubgenusKey(Integer subgenusKey)
setSubgenusKey in interface LinneanClassificationKeyssubgenusKey - the subgenus usage keypublic Integer getParentKey()
public void setParentKey(Integer parentKey)
public String getHigherRank(Rank rank)
LinneanClassificationgetHigherRank in interface LinneanClassificationrank - the higher linnean rank to retrievepublic Integer getHigherRankKey(Rank rank)
LinneanClassificationKeysgetHigherRankKey in interface LinneanClassificationKeysrank - the higher linnean rank to retrieve@NotNull public @NotNull LinkedHashMap<Integer,String> getHigherClassificationMap()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.