public abstract class ReferenceTaxon extends Object implements Serializable, Comparable<ReferenceTaxon>
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceTaxon.Factory
Constructs new instances of
ReferenceTaxon . |
Constructor and Description |
---|
ReferenceTaxon() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReferenceTaxon o) |
boolean |
equals(Object object)
Returns
true if the argument is an ReferenceTaxon instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Integer |
getId()
Cet identifiant unique est porté par les libellés valides et non par les synonymes.La
modification d'un libellé n'entraîne pas de changement de cet identifiant.C’est le code
unique et définitif de l’entité référencée.
|
String |
getName() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer idIn)
Cet identifiant unique est porté par les libellés valides et non par les synonymes.La
modification d'un libellé n'entraîne pas de changement de cet identifiant.C’est le code
unique et définitif de l’entité référencée.
|
void |
setName(String nameIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public ReferenceTaxon()
public Integer getId()
public void setId(Integer idIn)
idIn
- Integerpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic boolean equals(Object object)
true
if the argument is an ReferenceTaxon instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(ReferenceTaxon o)
compareTo
in interface Comparable<ReferenceTaxon>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.