public abstract class ReferenceTaxonStrategy extends Object implements Serializable, Comparable<ReferenceTaxonStrategy>
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceTaxonStrategy.Factory
Constructs new instances of
ReferenceTaxonStrategy . |
Constructor and Description |
---|
ReferenceTaxonStrategy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReferenceTaxonStrategy 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. |
Short |
getPriorityLevel()
Niveau de priorité de collecte de données sur un taxon.
|
ReferenceTaxon |
getReferenceTaxon() |
ReferenceTaxonStrategyPK |
getReferenceTaxonStrategyPk()
Get the composite primary key identifier class
|
Strategy |
getStrategy()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
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 |
setPriorityLevel(Short priorityLevelIn)
Niveau de priorité de collecte de données sur un taxon.
|
void |
setReferenceTaxon(ReferenceTaxon referenceTaxonIn) |
void |
setReferenceTaxonStrategyPk(ReferenceTaxonStrategyPK referenceTaxonStrategyPkIn)
Set the composite primary key identifier class
|
void |
setStrategy(Strategy strategyIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
public ReferenceTaxonStrategy()
public ReferenceTaxonStrategyPK getReferenceTaxonStrategyPk()
public void setReferenceTaxonStrategyPk(ReferenceTaxonStrategyPK referenceTaxonStrategyPkIn)
referenceTaxonStrategyPkIn
- public Short getPriorityLevel()
public void setPriorityLevel(Short priorityLevelIn)
priorityLevelIn
- Shortpublic Strategy getStrategy()
public void setStrategy(Strategy strategyIn)
strategyIn
- Strategypublic ReferenceTaxon getReferenceTaxon()
public void setReferenceTaxon(ReferenceTaxon referenceTaxonIn)
referenceTaxonIn
- ReferenceTaxonpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(ReferenceTaxonStrategy o)
compareTo
in interface Comparable<ReferenceTaxonStrategy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.