public abstract class QuantificationMeasurement extends MeasurementImpl
Modifier and Type | Class and Description |
---|---|
static class |
QuantificationMeasurement.Factory
Constructs new instances of
QuantificationMeasurement . |
Constructor and Description |
---|
QuantificationMeasurement() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(QuantificationMeasurement o) |
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
MeasurementImpl class
it will simply delegate the call up there. |
Batch |
getBatch()
Lot auquel est rattaché la mesure de quantification (optionnel).
|
Boolean |
getIsReferenceQuantification()
S'agit t il de la mesure de référence pour la quantification du lot ?
|
Short |
getSubgroupNumber()
Numéro du sous ensemble sur lequel porte la mesure de quantification.
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
MeasurementImpl class
it will simply delegate the call up there. |
void |
setBatch(Batch batchIn)
Lot auquel est rattaché la mesure de quantification (optionnel).
|
void |
setIsReferenceQuantification(Boolean isReferenceQuantificationIn)
S'agit t il de la mesure de référence pour la quantification du lot ?
|
void |
setSubgroupNumber(Short subgroupNumberIn)
Numéro du sous ensemble sur lequel porte la mesure de quantification.
|
compareTo, 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, setValidationDate
public QuantificationMeasurement()
public Short getSubgroupNumber()
public void setSubgroupNumber(Short subgroupNumberIn)
subgroupNumberIn
- Shortpublic Boolean getIsReferenceQuantification()
public void setIsReferenceQuantification(Boolean isReferenceQuantificationIn)
isReferenceQuantificationIn
- Booleanpublic Batch getBatch()
public void setBatch(Batch batchIn)
batchIn
- Batchpublic boolean equals(Object object)
MeasurementImpl
class
it will simply delegate the call up there.equals
in class Measurement
Measurement.equals(Object)
public int hashCode()
MeasurementImpl
class
it will simply delegate the call up there.hashCode
in class Measurement
Measurement.hashCode()
public int compareTo(QuantificationMeasurement o)
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.