Class SpeciesRow
java.lang.Object
org.genesys.taxonomy.gringlobal.model.SpeciesRow
- All Implemented Interfaces:
IGrinSpecies
"TAXONOMY_SPECIES_ID", "CURRENT_TAXONOMY_SPECIES_ID", "NOMEN_NUMBER",
"IS_SPECIFIC_HYBRID", "SPECIES_NAME", "SPECIES_AUTHORITY",
"IS_SUBSPECIFIC_HYBRID", "SUBSPECIES_NAME", "SUBSPECIES_AUTHORITY",
"IS_VARIETAL_HYBRID", "VARIETY_NAME", "VARIETY_AUTHORITY",
"IS_SUBVARIETAL_HYBRID", "SUBVARIETY_NAME", "SUBVARIETY_AUTHORITY",
"IS_FORMA_HYBRID", "FORMA_RANK_TYPE", "FORMA_NAME", "FORMA_AUTHORITY",
"TAXONOMY_GENUS_ID", "PRIORITY1_SITE_ID", "PRIORITY2_SITE_ID",
"CURATOR1_COOPERATOR_ID", "CURATOR2_COOPERATOR_ID", "RESTRICTION_CODE",
"LIFE_FORM_CODE", "COMMON_FERTILIZATION_CODE", "IS_NAME_PENDING",
"SYNONYM_CODE", "VERIFIER_COOPERATOR_ID", "NAME_VERIFIED_DATE", "NAME",
"NAME_AUTHORITY", "PROTOLOGUE", "NOTE", "SITE_NOTE", "ALTERNATE_NAME",
"CREATED_DATE", "CREATED_BY", "MODIFIED_DATE", "MODIFIED_BY", "OWNED_DATE",
"OWNED_BY"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the genus id.Gets the species id.booleanIs this record still current?.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.genesys.taxonomy.gringlobal.model.IGrinSpecies
getCurrentTaxonomySpeciesId, getIsSpecificHybrid, getName, getSpeciesAuthority, getSpeciesName, getSubspeciesName, getSubtaxa, getSubtaxaAuthority, getVarietyName, subtaxaMatches
-
Constructor Details
-
SpeciesRow
public SpeciesRow()
-
-
Method Details
-
getSpeciesId
Description copied from interface:IGrinSpeciesGets the species id.- Specified by:
getSpeciesIdin interfaceIGrinSpecies- Returns:
- the species id
-
getGenusId
Description copied from interface:IGrinSpeciesGets the genus id.- Specified by:
getGenusIdin interfaceIGrinSpecies- Returns:
- the genus id
-
isCurrent
public boolean isCurrent()Is this record still current?.- Specified by:
isCurrentin interfaceIGrinSpecies- Returns:
truewhen currentSpeciesId equals speciesId
-