fr.ifremer.allegro.data.measure
Class SortingMeasurement

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.Measurement
      extended by fr.ifremer.allegro.data.measure.MeasurementImpl
          extended by fr.ifremer.allegro.data.measure.SortingMeasurement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SortingMeasurementImpl

public abstract class SortingMeasurement
extends MeasurementImpl

R??sulat de classement destin?? ?? classifier un lot ou un produit.

See Also:
Serialized Form

Nested Class Summary
static class SortingMeasurement.Factory
          Constructs new instances of SortingMeasurement.
 
Constructor Summary
SortingMeasurement()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class it will simply delegate the call up there.
 Produce getProduce()
           
 java.lang.Integer getRankOrder()
           Num??ro d'ordre de la mesure de classement (au sein d'un un lot).
 SortingBatch getSortingBatch()
           
 int hashCode()
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class it will simply delegate the call up there.
 void setProduce(Produce produce)
           
 void setRankOrder(java.lang.Integer rankOrder)
           
 void setSortingBatch(SortingBatch sortingBatch)
           
 
Methods inherited from class fr.ifremer.allegro.data.measure.Measurement
getAggregationLevel, getAnalysisInstrument, getControlDate, getDepartment, getDigitCount, getId, getNumericalPrecision, getNumericalValue, getPmfm, getPrecisionType, getPrecisionValue, getQualificationComments, getQualificationDate, getQualitativeValue, getQualityFlag, getValidationDate, setAggregationLevel, setAnalysisInstrument, setControlDate, setDepartment, setDigitCount, setId, setNumericalPrecision, setNumericalValue, setPmfm, setPrecisionType, setPrecisionValue, setQualificationComments, setQualificationDate, setQualitativeValue, setQualityFlag, setValidationDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortingMeasurement

public SortingMeasurement()
Method Detail

getRankOrder

public java.lang.Integer getRankOrder()

Num??ro d'ordre de la mesure de classement (au sein d'un un lot).


setRankOrder

public void setRankOrder(java.lang.Integer rankOrder)

getSortingBatch

public SortingBatch getSortingBatch()

setSortingBatch

public void setSortingBatch(SortingBatch sortingBatch)

getProduce

public Produce getProduce()

setProduce

public void setProduce(Produce produce)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class it will simply delegate the call up there.

Overrides:
equals in class Measurement
See Also:
Measurement.equals(Object)

hashCode

public int hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class it will simply delegate the call up there.

Overrides:
hashCode in class Measurement
See Also:
Measurement.hashCode()


Copyright © 2008-2010 IFREMER. All Rights Reserved.