public abstract class TaxonGroupInformation extends Object implements Serializable, Comparable<TaxonGroupInformation>
Modifier and Type | Class and Description |
---|---|
static class |
TaxonGroupInformation.Factory
Constructs new instances of
TaxonGroupInformation . |
Constructor and Description |
---|
TaxonGroupInformation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TaxonGroupInformation 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.
|
TaxonGroup |
getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroupInformationPK |
getTaxonGroupInformationPk()
Get the composite primary key identifier class
|
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 |
setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
setTaxonGroupInformationPk(TaxonGroupInformationPK taxonGroupInformationPkIn)
Set the composite primary key identifier class
|
void |
setUpdateDate(Timestamp updateDateIn) |
public TaxonGroupInformation()
public TaxonGroupInformationPK getTaxonGroupInformationPk()
public void setTaxonGroupInformationPk(TaxonGroupInformationPK taxonGroupInformationPkIn)
taxonGroupInformationPkIn
- public String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroupIn)
taxonGroupIn
- TaxonGrouppublic ReferenceDocument getReferenceDocument()
public void setReferenceDocument(ReferenceDocument referenceDocumentIn)
referenceDocumentIn
- ReferenceDocumentpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(TaxonGroupInformation o)
compareTo
in interface Comparable<TaxonGroupInformation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.