public abstract class SortingMeasurement extends MeasurementImpl
Résulat de classement destiné à classifier un lot ou un produit.
Cela peut-être aussi les caractéristiques d'un produit (Produce), par exemple :
- Valorisation de la commercialisation : Label rouge, Eco Label, marque collective controlée par un organisme tier.
- Destination commerciale : consommation humaine, consommation animale, etc.
| Modifier and Type | Class and Description |
|---|---|
static class |
SortingMeasurement.Factory
Constructs new instances of
SortingMeasurement. |
| Constructor and Description |
|---|
SortingMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there. |
Produce |
getProduce() |
Integer |
getRankOrder()
Numéro d'ordre de la mesure de classement (au sein d'un un lot).
|
SortingBatch |
getSortingBatch()
Lot auquel est rattaché le critère de classement (optionnel).
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there. |
void |
setProduce(Produce produce) |
void |
setRankOrder(Integer rankOrder) |
void |
setSortingBatch(SortingBatch sortingBatch) |
getAggregationLevel, getAlphanumericalValue, getAnalysisInstrument, getControlDate, getDepartment, getDigitCount, getId, getNumericalPrecision, getNumericalValue, getPmfm, getPrecisionType, getPrecisionValue, getQualificationComments, getQualificationDate, getQualitativeValue, getQualityFlag, getValidationDate, setAggregationLevel, setAlphanumericalValue, setAnalysisInstrument, setControlDate, setDepartment, setDigitCount, setId, setNumericalPrecision, setNumericalValue, setPmfm, setPrecisionType, setPrecisionValue, setQualificationComments, setQualificationDate, setQualitativeValue, setQualityFlag, setValidationDatepublic Integer getRankOrder()
Numéro d'ordre de la mesure de classement (au sein d'un un lot).
public void setRankOrder(Integer rankOrder)
public SortingBatch getSortingBatch()
Lot auquel est rattaché le critère de classement (optionnel).
public void setSortingBatch(SortingBatch sortingBatch)
public Produce getProduce()
public void setProduce(Produce produce)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there.equals in class MeasurementMeasurement.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there.hashCode in class MeasurementMeasurement.hashCode()Copyright © 2013. All Rights Reserved.