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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ObservedFishingTrip.Factory
Constructs new instances of
ObservedFishingTrip. |
| Constructor and Description |
|---|
ObservedFishingTrip() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTripImpl class
it will simply delegate the call up there. |
Collection<ExpectedSale> |
getExpectedSales() |
Collection<Person> |
getObserverPersons()
Liste des observateurs d'une marée observée.
|
DenormalizedSamplingStrata |
getSamplingStrata()
Porte la référence du plan d'échantillonnage.
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTripImpl class
it will simply delegate the call up there. |
void |
setExpectedSales(Collection<ExpectedSale> expectedSales) |
void |
setObserverPersons(Collection<Person> observerPersons) |
void |
setSamplingStrata(DenormalizedSamplingStrata samplingStrata) |
getComments, getControlDate, getCreationDate, getDeclaredDocumentReference, getDepartureDateTime, getDepartureLocation, getFishingTripOrigins, getGearPhysicalFeatures, getId, getLandings, getOperations, getPosition, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRecorderDepartment, getRecorderPerson, getReturnDateTime, getReturnLocation, getSales, getScientificCruise, getSurveyMeasurements, getSynchronizationStatus, getTransshipments, getUpdateDate, getValidationDate, getVessel, getVesselUseFeatures, setComments, setControlDate, setCreationDate, setDeclaredDocumentReference, setDepartureDateTime, setDepartureLocation, setFishingTripOrigins, setGearPhysicalFeatures, setId, setLandings, setOperations, setPosition, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRecorderDepartment, setRecorderPerson, setReturnDateTime, setReturnLocation, setSales, setScientificCruise, setSurveyMeasurements, setSynchronizationStatus, setTransshipments, setUpdateDate, setValidationDate, setVessel, setVesselUseFeaturespublic DenormalizedSamplingStrata getSamplingStrata()
Porte la référence du plan d'échantillonnage.
Par exemple, la référence gérée par le site web WAO.
public void setSamplingStrata(DenormalizedSamplingStrata samplingStrata)
public Collection<Person> getObserverPersons()
Liste des observateurs d'une marée observée.
public void setObserverPersons(Collection<Person> observerPersons)
public Collection<ExpectedSale> getExpectedSales()
public void setExpectedSales(Collection<ExpectedSale> expectedSales)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTripImpl class
it will simply delegate the call up there.equals in class FishingTripFishingTrip.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTripImpl class
it will simply delegate the call up there.hashCode in class FishingTripFishingTrip.hashCode()Copyright © 2013. All Rights Reserved.