public abstract class TaxonInformation extends Object implements Serializable, Comparable<TaxonInformation>
Modifier and Type | Class and Description |
---|---|
static class |
TaxonInformation.Factory
Constructs new instances of
TaxonInformation . |
Constructor and Description |
---|
TaxonInformation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TaxonInformation o) |
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
String |
getDescription() |
ReferenceDocument |
getReferenceDocument()
Les documents de référence sont tous les documents qui peuvent apporter des informations
relatives à
la classification systématique des taxons (nomenclature, description, synonymie) ou à la
définition
des groupes de taxons.
|
TaxonInformationPK |
getTaxonInformationPk()
Get the composite primary key identifier class
|
TaxonName |
getTaxonName()
Classe regroupant les taxons.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setDescription(String descriptionIn) |
void |
setReferenceDocument(ReferenceDocument referenceDocumentIn)
Les documents de référence sont tous les documents qui peuvent apporter des informations
relatives à
la classification systématique des taxons (nomenclature, description, synonymie) ou à la
définition
des groupes de taxons.
|
void |
setTaxonInformationPk(TaxonInformationPK taxonInformationPkIn)
Set the composite primary key identifier class
|
void |
setTaxonName(TaxonName taxonNameIn)
Classe regroupant les taxons.
|
void |
setUpdateDate(Timestamp updateDateIn) |
public TaxonInformation()
public TaxonInformationPK getTaxonInformationPk()
public void setTaxonInformationPk(TaxonInformationPK taxonInformationPkIn)
taxonInformationPkIn
- public String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic ReferenceDocument getReferenceDocument()
public void setReferenceDocument(ReferenceDocument referenceDocumentIn)
referenceDocumentIn
- ReferenceDocumentpublic TaxonName getTaxonName()
public void setTaxonName(TaxonName taxonNameIn)
taxonNameIn
- TaxonNamepublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(TaxonInformation o)
compareTo
in interface Comparable<TaxonInformation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.