Interface IGrinSpecies
- All Known Implementing Classes:
SpeciesRow
public interface IGrinSpecies
The Interface IGrinSpecies.
-
Method Summary
Modifier and TypeMethodDescriptionGets the current taxonomy species id.Gets the genus id.Gets the checks if is specific hybrid.getName()Gets the name.Gets the species authority.Gets the species id.Gets the species name.Gets the subspecies name.Gets the subtaxa.Gets the subtaxa authority.Gets the variety name.booleanChecks if is current.default booleansubtaxaMatches(String subtaxa) Check if this record matches MCPD SUBTAXA.
-
Method Details
-
getSpeciesName
String getSpeciesName()Gets the species name.- Returns:
- the speciesName
-
getGenusId
Long getGenusId()Gets the genus id.- Returns:
- the genus id
-
getSpeciesId
Long getSpeciesId()Gets the species id.- Returns:
- the species id
-
getIsSpecificHybrid
String getIsSpecificHybrid()Gets the checks if is specific hybrid.- Returns:
- the checks if is specific hybrid
-
isCurrent
boolean isCurrent()Checks if is current.- Returns:
- true, if is current
-
getSpeciesAuthority
String getSpeciesAuthority()Gets the species authority.- Returns:
- the species authority
-
getSubtaxa
String getSubtaxa()Gets the subtaxa.- Returns:
- the subtaxa
-
getSubtaxaAuthority
String getSubtaxaAuthority()Gets the subtaxa authority.- Returns:
- the subtaxa authority
-
getSubspeciesName
String getSubspeciesName()Gets the subspecies name.- Returns:
- the subspecies name
-
getVarietyName
String getVarietyName()Gets the variety name.- Returns:
- the variety name
-
getName
String getName()Gets the name.- Returns:
- the name
-
getCurrentTaxonomySpeciesId
Long getCurrentTaxonomySpeciesId()Gets the current taxonomy species id.- Returns:
- the current taxonomy species id
-
subtaxaMatches
Check if this record matches MCPD SUBTAXA.- Parameters:
subtaxa- MCPD SUBTAXA value- Returns:
- true if it's a match
-