public abstract class AcquisitionLevel extends Object implements Serializable
Niveau de saisie sur lequel un quadruplet PSFM peut avoir des résultats. Ce niveau de saisie est défini via les stratégies.
Exemple :
• Opération
• Opération de prélèvement
• Lot (Quantification de lot ou Classement de lot)
• Echantillon
Typiquement, le PSFM "mesure par Ichtyomètre de la taille d'un poisson entier" pourra être saisit sur un lot (comme critère de classement) et sur les résultats de mesure sur un échantillon (effectuée en laboratoire). Ce PSFM pourra donc avoir les deux niveaus de saisie suivants : "Lot" et "Echantillon"
| Modifier and Type | Class and Description |
|---|---|
static class |
AcquisitionLevel.Factory
Constructs new instances of
AcquisitionLevel. |
| Constructor and Description |
|---|
AcquisitionLevel() |
| 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. |
String |
getCode() |
String |
getName() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String code) |
void |
setName(String name) |
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.