public abstract class BatchExhaustiveInventory extends Object implements Serializable
Permet d'associer à un lot "exhaustif" les listes d'espèces concernées
par cet exhaustivité. Les listes d'espèces étant définies par leur
niveau de priorité d'échantillonnage au niveau d'une stratégie (cf
ReferenceTaxonStrategy).
Par exemple, un lot "exhautif" rattaché au niveau de priorité "2"
indique que l'exhautivité ne porte que sur les espèces de priorité 2,
dans la stratégie applicable (cf
ReferenTaxonStrategy).
Si
aucun niveau n'est renseigné, cela indique que l'exhautivité du lot est
totale : toutes espèces confondues.
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchExhaustiveInventory.Factory
Constructs new instances of
BatchExhaustiveInventory. |
| Constructor and Description |
|---|
BatchExhaustiveInventory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Batch |
getBatch()
Lot exhautif auquel est rattaché la précision sur la liste
d'espèces concernées par l'exhautivité.
|
Integer |
getId()
Idenfiant interne.
|
Short |
getPriorityLevel()
Identifie la liste d'espèce observées de manière exhautive dans
le lot.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBatch(Batch batch) |
void |
setId(Integer id) |
void |
setPriorityLevel(Short priorityLevel) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Short getPriorityLevel()
Identifie la liste d'espèce observées de manière exhautive dans le lot. Une liste étant représenté par son niveau de priorité d'échantillonnage, défini dans la stratégie (cf ReferenceTaxonStrategy).
cf "Programmes/Stratégies" : ReferenceTaxonStrategy.priorityLevel
public void setPriorityLevel(Short priorityLevel)
public Batch getBatch()
Lot exhautif auquel est rattaché la précision sur la liste d'espèces concernées par l'exhautivité.
public void setBatch(Batch batch)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.