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 |
addExpectedSales(ExpectedSale elementToAdd)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
boolean |
addObserverPersons(Person elementToAdd)
Liste des observateurs du débarquement.
|
int |
compareTo(ObservedLanding o) |
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
LandingImpl class
it will simply delegate the call up there. |
Collection<ExpectedSale> |
getExpectedSales()
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Collection<Person> |
getObserverPersons()
Liste des observateurs du débarquement.
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
LandingImpl class
it will simply delegate the call up there. |
boolean |
removeExpectedSales(ExpectedSale elementToRemove)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
boolean |
removeObserverPersons(Person elementToRemove)
Liste des observateurs du débarquement.
|
void |
setExpectedSales(Collection<ExpectedSale> expectedSalesIn)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
void |
setObserverPersons(Collection<Person> observerPersonsIn)
Liste des observateurs du débarquement.
|
addLandingMeasurements, addLandingOrigins, addProduces, addSales, addSurveyMeasurements, compareTo, getCatchBatch, getComments, getControlDate, getCreationDate, getFishingTrip, getId, getLandingDateTime, getLandingLocation, getLandingMeasurements, getLandingOrigins, getObservedLocation, getProduces, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRankOrder, getRecorderDepartment, getRecorderPerson, getSales, getSamplingStrata, getSurveyMeasurements, getUpdateDate, getValidationDate, getVessel, removeLandingMeasurements, removeLandingOrigins, removeProduces, removeSales, removeSurveyMeasurements, setCatchBatch, setComments, setControlDate, setCreationDate, setFishingTrip, setId, setLandingDateTime, setLandingLocation, setLandingMeasurements, setLandingOrigins, setObservedLocation, setProduces, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRankOrder, setRecorderDepartment, setRecorderPerson, setSales, setSamplingStrata, setSurveyMeasurements, setUpdateDate, setValidationDate, setVessel
public ObservedLanding()
public Collection<ExpectedSale> getExpectedSales()
public void setExpectedSales(Collection<ExpectedSale> expectedSalesIn)
expectedSalesIn
- Collectionpublic boolean addExpectedSales(ExpectedSale elementToAdd)
elementToAdd
- ExpectedSalepublic boolean removeExpectedSales(ExpectedSale elementToRemove)
elementToRemove
- ExpectedSalepublic Collection<Person> getObserverPersons()
public void setObserverPersons(Collection<Person> observerPersonsIn)
observerPersonsIn
- Collectionpublic boolean addObserverPersons(Person elementToAdd)
elementToAdd
- Personpublic boolean removeObserverPersons(Person elementToRemove)
elementToRemove
- Personpublic boolean equals(Object object)
LandingImpl
class
it will simply delegate the call up there.equals
in class Landing
Landing.equals(Object)
public int hashCode()
LandingImpl
class
it will simply delegate the call up there.hashCode
in class Landing
Landing.hashCode()
public int compareTo(ObservedLanding o)
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.