Package org.gbif.api.model.checklistbank
Interface NameUsageExtension
- All Known Implementing Classes:
Description
,Distribution
,NameUsageMediaObject
,Reference
,SpeciesProfile
,TypeSpecimen
,VernacularName
public interface NameUsageExtension
-
Method Summary
Modifier and TypeMethodDescriptionIf the source is another name usage this is the taxonKey of that usage.The name usage "taxon" key this extension record belongs to.void
void
setSourceTaxonKey
(Integer sourceTaxonKey) void
setTaxonKey
(Integer taxonKey)
-
Method Details
-
getTaxonKey
The name usage "taxon" key this extension record belongs to. -
setTaxonKey
-
getSource
- Returns:
- a source reference string
-
setSource
-
getSourceTaxonKey
If the source is another name usage this is the taxonKey of that usage. Only useful for the backbone dataset.- Returns:
- The key of the name usage this instance is derived from.
-
setSourceTaxonKey
-