fr.ifremer.allegro.data.measure
Class SaleMeasurement

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.SaleMeasurement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SaleMeasurementImpl

public abstract class SaleMeasurement
extends MeasurementImpl

Caract??ristique sur la vente (donn??es economiques).

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

See Also:
Serialized Form

Nested Class Summary
static class SaleMeasurement.Factory
          Constructs new instances of SaleMeasurement.
 
Constructor Summary
SaleMeasurement()
           
 
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.
 ExpectedSale getExpectedSale()
           
 Sale getSale()
           
 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 setExpectedSale(ExpectedSale expectedSale)
           
 void setSale(Sale sale)
           
 
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

SaleMeasurement

public SaleMeasurement()
Method Detail

getSale

public Sale getSale()

setSale

public void setSale(Sale sale)

getExpectedSale

public ExpectedSale getExpectedSale()

setExpectedSale

public void setExpectedSale(ExpectedSale expectedSale)

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.