public abstract class ObservedLanding extends LandingImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ObservedLanding.Factory
Constructs new instances of
ObservedLanding. |
| Constructor and Description |
|---|
ObservedLanding() |
| 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.landing.LandingImpl class
it will simply delegate the call up there. |
Collection<ExpectedSale> |
getExpectedSales() |
Collection<Person> |
getObserverPersons()
Liste des observateurs du débarquement.
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.survey.landing.LandingImpl class
it will simply delegate the call up there. |
void |
setExpectedSales(Collection<ExpectedSale> expectedSales) |
void |
setObserverPersons(Collection<Person> observerPersons) |
getCatchBatch, getComments, getControlDate, getCreationDate, getFishingTrip, getId, getLandingDateTime, getLandingLocation, getLandingMeasurements, getLandingOrigins, getProduces, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRankOrder, getRecorderDepartment, getRecorderPerson, getSales, getSurveyMeasurements, getSynchronizationStatus, getUpdateDate, getValidationDate, getVessel, setCatchBatch, setComments, setControlDate, setCreationDate, setFishingTrip, setId, setLandingDateTime, setLandingLocation, setLandingMeasurements, setLandingOrigins, setProduces, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRankOrder, setRecorderDepartment, setRecorderPerson, setSales, setSurveyMeasurements, setSynchronizationStatus, setUpdateDate, setValidationDate, setVesselpublic Collection<Person> getObserverPersons()
Liste des observateurs du débarquement.
TODO (à valider) : Ne pas renseigner si la marée a aussi été observée, mais renseigner au niveau de la maré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.landing.LandingImpl class
it will simply delegate the call up there.equals in class LandingLanding.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.survey.landing.LandingImpl class
it will simply delegate the call up there.hashCode in class LandingLanding.hashCode()Copyright © 2013. All Rights Reserved.