|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.produce.Produce
fr.ifremer.allegro.data.produce.ProduceImpl
fr.ifremer.allegro.data.survey.sale.SaleProduce
public abstract class SaleProduce
Produit vendu.
On pourra allors utiliser SortingMeasurement pour stocker des donn??es ??conomiques, comme par exemple :
- Le prix du produit. Il peut y avoir plusieurds prix (plusieurs PSFMs), par exemple : prix au kilo, et prix total en euros.
- Valorisation de la commercialisation : Label rouge, Eco Label, marque collective control??e par un organisme tier. (cf SACROIS)
- Destination commerciale : consommation humaine, consommation animale, etc .
Nested Class Summary | |
---|---|
static class |
SaleProduce.Factory
Constructs new instances of SaleProduce . |
Constructor Summary | |
---|---|
SaleProduce()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.produce.ProduceImpl class
it will simply delegate the call up there. |
Buyer |
getBuyer()
Acheteur concern?? par la vente (Optionnel) |
ExpectedSale |
getExpectedSale()
|
Sale |
getSale()
|
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.produce.ProduceImpl class
it will simply delegate the call up there. |
void |
setBuyer(Buyer buyer)
|
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 SaleProduce()
Method Detail |
---|
public Buyer getBuyer()
Acheteur concern?? par la vente (Optionnel)
public void setBuyer(Buyer buyer)
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.produce.ProduceImpl
class
it will simply delegate the call up there.
equals
in class Produce
Produce.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.produce.ProduceImpl
class
it will simply delegate the call up there.
hashCode
in class Produce
Produce.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |