public abstract class ObservedSale extends SaleImpl
Vente observée, par exemple, observation en criée.
Dans ce cas, des observateurs peuvent etre liée à la vente.
| Modifier and Type | Class and Description |
|---|---|
static class |
ObservedSale.Factory
Constructs new instances of
ObservedSale. |
| Constructor and Description |
|---|
ObservedSale() |
| 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.sale.SaleImpl class
it will simply delegate the call up there. |
Collection<Person> |
getObserverPersons() |
DenormalizedSamplingStrata |
getSamplingStrata()
Référence au plan d'échantillonnage
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.survey.sale.SaleImpl class
it will simply delegate the call up there. |
void |
setObserverPersons(Collection<Person> observerPersons) |
void |
setSamplingStrata(DenormalizedSamplingStrata samplingStrata) |
getCatchBatch, getComments, getControlDate, getCreationDate, getDeclaredDocumentReference, getFishingAreas, getFishingTrip, getId, getLanding, getProduces, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRecorderDepartment, getRecorderPerson, getSaleEndDate, getSaleLocation, getSaleMeasurements, getSaleOrigins, getSaleStartDate, getSaleType, getSeller, getSurveyMeasurements, getSynchronizationStatus, getTakeOver, getUpdateDate, getValidationDate, getVessel, setCatchBatch, setComments, setControlDate, setCreationDate, setDeclaredDocumentReference, setFishingAreas, setFishingTrip, setId, setLanding, setProduces, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRecorderDepartment, setRecorderPerson, setSaleEndDate, setSaleLocation, setSaleMeasurements, setSaleOrigins, setSaleStartDate, setSaleType, setSeller, setSurveyMeasurements, setSynchronizationStatus, setTakeOver, setUpdateDate, setValidationDate, setVesselpublic DenormalizedSamplingStrata getSamplingStrata()
Référence au plan d'échantillonnage
public void setSamplingStrata(DenormalizedSamplingStrata samplingStrata)
public Collection<Person> getObserverPersons()
public void setObserverPersons(Collection<Person> observerPersons)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.survey.sale.SaleImpl class
it will simply delegate the call up there.equals in class SaleSale.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.survey.sale.SaleImpl class
it will simply delegate the call up there.hashCode in class SaleSale.hashCode()Copyright © 2013. All Rights Reserved.