fr.ifremer.allegro.referential.taxon
Class ReferenceTaxon
java.lang.Object
fr.ifremer.allegro.referential.taxon.ReferenceTaxon
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ReferenceTaxonImpl
public abstract class ReferenceTaxon
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.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. |
java.lang.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. |
java.util.Collection |
getReferenceTaxonStrategies()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setId(java.lang.Integer id)
|
void |
setReferenceTaxonStrategies(java.util.Collection referenceTaxonStrategies)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ReferenceTaxon
public ReferenceTaxon()
getId
public java.lang.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. Le code permanent est le marqueur
sp??cifique de l???entit?? qui est conserv?? en cas de changement de
d??nomination de celle-ci ; il n???est jamais r??attribu?? en cas de
disparition de l???entit?? (le code dispara??t avec elle).Le code
permanent est non-intelligent, c???est-??-dire qu???il n???int??gre
aucune autre information que l???identification univoque et
non-ambigu?? de l???entit??.
setId
public void setId(java.lang.Integer id)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getReferenceTaxonStrategies
public java.util.Collection getReferenceTaxonStrategies()
setReferenceTaxonStrategies
public void setReferenceTaxonStrategies(java.util.Collection referenceTaxonStrategies)
equals
public boolean equals(java.lang.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.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns a hash code based on this entity's identifiers.
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008-2010 IFREMER. All Rights Reserved.