public abstract class TaxonGroup2TaxonHierarchy extends Object implements Serializable, Comparable<TaxonGroup2TaxonHierarchy>
Table technique présentant tous les liens (directs et hérités) entre les groupes de taxons et les références de taxon.
Cette table est remplie à partir du contenu de TaxonGroupHistoricalRecord, par un procédure stockée à lancer depuis la base de données Oracle.
Modifier and Type | Class and Description |
---|---|
static class |
TaxonGroup2TaxonHierarchy.Factory
Constructs new instances of
TaxonGroup2TaxonHierarchy . |
Constructor and Description |
---|
TaxonGroup2TaxonHierarchy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TaxonGroup2TaxonHierarchy o) |
boolean |
equals(Object object)
Returns
true if the argument is an TaxonGroup2TaxonHierarchy instance and all identifiers for this entity
equal the identifiers of the argument entity. |
ReferenceTaxon |
getChildReferenceTaxon() |
Date |
getEndDate() |
TaxonGroup |
getParentTaxonGroup()
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é.
|
Date |
getStartDate() |
TaxonGroup2TaxonHierarchyPK |
getTaxonGroup2TaxonHierarchyPk()
Get the composite primary key identifier class
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
Boolean |
isIsInherited() |
void |
setChildReferenceTaxon(ReferenceTaxon childReferenceTaxonIn) |
void |
setEndDate(Date endDateIn) |
void |
setIsInherited(Boolean isInheritedIn) |
void |
setParentTaxonGroup(TaxonGroup parentTaxonGroupIn)
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 |
setStartDate(Date startDateIn) |
void |
setTaxonGroup2TaxonHierarchyPk(TaxonGroup2TaxonHierarchyPK taxonGroup2TaxonHierarchyPkIn)
Set the composite primary key identifier class
|
public TaxonGroup2TaxonHierarchy()
public TaxonGroup2TaxonHierarchyPK getTaxonGroup2TaxonHierarchyPk()
public void setTaxonGroup2TaxonHierarchyPk(TaxonGroup2TaxonHierarchyPK taxonGroup2TaxonHierarchyPkIn)
taxonGroup2TaxonHierarchyPkIn
- public Date getStartDate()
public void setStartDate(Date startDateIn)
startDateIn
- Datepublic Date getEndDate()
public void setEndDate(Date endDateIn)
endDateIn
- Datepublic Boolean isIsInherited()
public void setIsInherited(Boolean isInheritedIn)
isInheritedIn
- Booleanpublic TaxonGroup getParentTaxonGroup()
public void setParentTaxonGroup(TaxonGroup parentTaxonGroupIn)
parentTaxonGroupIn
- TaxonGrouppublic ReferenceTaxon getChildReferenceTaxon()
public void setChildReferenceTaxon(ReferenceTaxon childReferenceTaxonIn)
childReferenceTaxonIn
- ReferenceTaxonpublic boolean equals(Object object)
true
if the argument is an TaxonGroup2TaxonHierarchy instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(TaxonGroup2TaxonHierarchy o)
compareTo
in interface Comparable<TaxonGroup2TaxonHierarchy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.