|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.sale.Sale
fr.ifremer.allegro.data.survey.sale.SaleImpl
fr.ifremer.allegro.data.survey.sale.ObservedSale
public abstract class ObservedSale
Vente observ??e, par exemple, observation en cri??e.
Dans ce cas, des observateurs peuvent etre li??e ?? la vente.
Nested Class Summary | |
---|---|
static class |
ObservedSale.Factory
Constructs new instances of ObservedSale . |
Constructor Summary | |
---|---|
ObservedSale()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class
it will simply delegate the call up there. |
java.util.Collection |
getObserverPersons()
|
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class
it will simply delegate the call up there. |
void |
setObserverPersons(java.util.Collection observerPersons)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObservedSale()
Method Detail |
---|
public java.util.Collection getObserverPersons()
public void setObserverPersons(java.util.Collection observerPersons)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.survey.sale.SaleImpl
class
it will simply delegate the call up there.
equals
in class Sale
Sale.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.survey.sale.SaleImpl
class
it will simply delegate the call up there.
hashCode
in class Sale
Sale.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |