|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripImpl
fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
public abstract class ObservedFishingTrip
Une mar??e observ??e en mer d??signe une mar??e de p??che professionnelle au cours de laquelle des relev??s sont effectu??s par un observateur.
Nested Class Summary | |
---|---|
static class |
ObservedFishingTrip.Factory
Constructs new instances of ObservedFishingTrip . |
Constructor Summary | |
---|---|
ObservedFishingTrip()
|
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.fishingTrip.FishingTripImpl class
it will simply delegate the call up there. |
java.util.Collection |
getExpectedSales()
|
java.util.Collection |
getObserverPersons()
Liste des observateurs d'une mar??e observ??e. |
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.fishingTrip.FishingTripImpl class
it will simply delegate the call up there. |
void |
setExpectedSales(java.util.Collection expectedSales)
|
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 ObservedFishingTrip()
Method Detail |
---|
public java.util.Collection getObserverPersons()
Liste des observateurs d'une mar??e observ??e.
public void setObserverPersons(java.util.Collection observerPersons)
public java.util.Collection getExpectedSales()
public void setExpectedSales(java.util.Collection expectedSales)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripImpl
class
it will simply delegate the call up there.
equals
in class FishingTrip
FishingTrip.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripImpl
class
it will simply delegate the call up there.
hashCode
in class FishingTrip
FishingTrip.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |