|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.measure.Measurement
fr.ifremer.allegro.data.measure.MeasurementImpl
fr.ifremer.allegro.data.measure.SaleMeasurement
public abstract class SaleMeasurement
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
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 java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaleMeasurement()
Method Detail |
---|
public Sale getSale()
public void setSale(Sale sale)
public ExpectedSale getExpectedSale()
public void setExpectedSale(ExpectedSale expectedSale)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.measure.MeasurementImpl
class
it will simply delegate the call up there.
equals
in class Measurement
Measurement.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.measure.MeasurementImpl
class
it will simply delegate the call up there.
hashCode
in class Measurement
Measurement.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |