|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.taxon.TaxonGroupType
public abstract class TaxonGroupType
Type de groupe de taxon.
On distingue plusieurs types de regroupements de taxons :
- les groupes descriptifs des taxons, et utilis??s ?? l'extraction des donn??es (groupes ??cologiques par exemple)
- les groupes utilis??s pour l'identification sur les navires de p??che ou dans les cri??es : esp??ce commerciale, ou esp??ce communes (nom vernaculaire)
- ...
Nested Class Summary | |
---|---|
static class |
TaxonGroupType.Factory
Constructs new instances of TaxonGroupType . |
Constructor Summary | |
---|---|
TaxonGroupType()
|
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.String |
getCode()
Code unique du groupe de taxons. |
java.lang.String |
getName()
Libell?? (court) d??crivant le type de groupe de taxon. |
java.util.Collection |
getTaxonGroups()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setCode(java.lang.String code)
|
void |
setName(java.lang.String name)
|
void |
setTaxonGroups(java.util.Collection taxonGroups)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaxonGroupType()
Method Detail |
---|
public java.lang.String getCode()
Code unique du groupe de taxons.
public void setCode(java.lang.String code)
public java.lang.String getName()
Libell?? (court) d??crivant le type de groupe de taxon.
public void setName(java.lang.String name)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public java.util.Collection getTaxonGroups()
public void setTaxonGroups(java.util.Collection taxonGroups)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |