fr.ifremer.allegro.data.survey.fishingTrip
Class ObservedFishingTrip

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
      extended by fr.ifremer.allegro.data.survey.fishingTrip.FishingTripImpl
          extended by fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObservedFishingTripImpl

public abstract class ObservedFishingTrip
extends FishingTripImpl

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.

See Also:
Serialized Form

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 fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
getComments, getControlDate, getCreationDate, getDeclaredDocumentReference, getDepartureDateTime, getDepartureLocation, getFishingTripOrigins, getGearPhysicalFeatures, getId, getLandings, getOperations, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRecorderDepartment, getRecorderPerson, getReturnDateTime, getReturnLocation, getSales, getScientificCruise, getSurveyMeasurements, getTransshipments, getUpdateDate, getValidationDate, getVessel, getVesselUseFeatures, setComments, setControlDate, setCreationDate, setDeclaredDocumentReference, setDepartureDateTime, setDepartureLocation, setFishingTripOrigins, setGearPhysicalFeatures, setId, setLandings, setOperations, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRecorderDepartment, setRecorderPerson, setReturnDateTime, setReturnLocation, setSales, setScientificCruise, setSurveyMeasurements, setTransshipments, setUpdateDate, setValidationDate, setVessel, setVesselUseFeatures
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservedFishingTrip

public ObservedFishingTrip()
Method Detail

getObserverPersons

public java.util.Collection getObserverPersons()

Liste des observateurs d'une mar??e observ??e.


setObserverPersons

public void setObserverPersons(java.util.Collection observerPersons)

getExpectedSales

public java.util.Collection getExpectedSales()

setExpectedSales

public void setExpectedSales(java.util.Collection expectedSales)

equals

public 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.

Overrides:
equals in class FishingTrip
See Also:
FishingTrip.equals(Object)

hashCode

public 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.

Overrides:
hashCode in class FishingTrip
See Also:
FishingTrip.hashCode()


Copyright © 2008-2010 IFREMER. All Rights Reserved.