| Modifier and Type | Method and Description |
|---|---|
ExpectedSale |
SaleMeasurement.getExpectedSale() |
| Modifier and Type | Method and Description |
|---|---|
SaleMeasurement |
SaleMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale) |
SaleMeasurement |
SaleMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SaleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
Object |
SaleMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale) |
Object |
SaleMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
|
static SaleMeasurement |
SaleMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
Constructs a new instance of
SaleMeasurement, taking all possible properties
(except the identifier(s))as arguments. |
void |
SaleMeasurement.setExpectedSale(ExpectedSale expectedSale) |
| Modifier and Type | Method and Description |
|---|---|
ExpectedSale |
Produce.getExpectedSale() |
| Modifier and Type | Method and Description |
|---|---|
Produce |
ProduceDaoBase.create(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag) |
Produce |
ProduceDao.create(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.produce.Produce
instance from all attributes and
properties and adds it to the persistent store. |
Object |
ProduceDaoBase.create(int transform,
Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag) |
Object |
ProduceDao.create(int transform,
Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Does the same thing as
#create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.data.batch.Batch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.gear.Gear,fr.ifremer.adagio.core.dao.data.survey.sale.Sale,fr.ifremer.adagio.core.dao.referential.buyer.Buyer,fr.ifremer.adagio.core.dao.data.survey.landing.Landing,fr.ifremer.adagio.core.dao.data.sale.ExpectedSale,java.util.Collection with an
additional flag called transform. |
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Constructs a new instance of
Produce, taking all possible properties
(except the identifier(s))as arguments. |
void |
Produce.setExpectedSale(ExpectedSale expectedSale) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedSaleImpl |
| Modifier and Type | Method and Description |
|---|---|
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale) |
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale and adds it to the persistent store.
|
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType) |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType)
Creates a new
fr.ifremer.adagio.core.dao.data.sale.ExpectedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces) |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.sale.ExpectedSale
instance from all attributes and
properties and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.load(Integer id) |
ExpectedSale |
ExpectedSaleDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale from the persistent store.
|
static ExpectedSale |
ExpectedSale.Factory.newInstance()
Constructs a new instance of
ExpectedSale. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType)
Constructs a new instance of
ExpectedSale, taking all required and/or
read-only properties as arguments. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Constructs a new instance of
ExpectedSale, taking all possible properties
(except the identifier(s))as arguments. |
protected ExpectedSale |
ExpectedSaleDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpectedSale> |
ExpectedSaleDaoBase.create(Collection<ExpectedSale> entities) |
Collection<ExpectedSale> |
ExpectedSaleDao.create(Collection<ExpectedSale> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale and adds
from the passed in
entities collection |
Collection<ExpectedSale> |
ExpectedSaleDaoBase.loadAll() |
Collection<ExpectedSale> |
ExpectedSaleDao.loadAll()
Loads all entities of type
ExpectedSale. |
Set<ExpectedSale> |
ExpectedSaleDaoBase.search(Search search) |
Set<ExpectedSale> |
ExpectedSaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale) |
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale and adds it to the persistent store.
|
Object |
ExpectedSaleDaoBase.create(int transform,
ExpectedSale expectedSale) |
Object |
ExpectedSaleDao.create(int transform,
ExpectedSale expectedSale)
Does the same thing as
ExpectedSaleDao.create(fr.ifremer.adagio.core.dao.data.sale.ExpectedSale) with an
additional flag called transform. |
void |
ExpectedSaleDaoBase.remove(ExpectedSale expectedSale) |
void |
ExpectedSaleDao.remove(ExpectedSale expectedSale)
Removes the instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale from the persistent store.
|
protected Object |
ExpectedSaleDaoBase.transformEntity(int transform,
ExpectedSale entity)
Allows transformation of entities into value objects
(or something else for that matter), when the
transform
flag is set to one of the constants defined in fr.ifremer.adagio.core.dao.data.sale.ExpectedSaleDao, please note
that the ExpectedSaleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ExpectedSaleDaoBase.update(ExpectedSale expectedSale) |
void |
ExpectedSaleDao.update(ExpectedSale expectedSale)
Updates the
expectedSale instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpectedSale> |
ExpectedSaleDaoBase.create(Collection<ExpectedSale> entities) |
Collection<ExpectedSale> |
ExpectedSaleDao.create(Collection<ExpectedSale> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.sale.ExpectedSale and adds
from the passed in
entities collection |
Collection<?> |
ExpectedSaleDaoBase.create(int transform,
Collection<ExpectedSale> entities) |
Collection<?> |
ExpectedSaleDao.create(int transform,
Collection<ExpectedSale> entities)
Does the same thing as
ExpectedSaleDao.create(fr.ifremer.adagio.core.dao.data.sale.ExpectedSale) with an
additional flag called transform. |
void |
ExpectedSaleDaoBase.remove(Collection<ExpectedSale> entities) |
void |
ExpectedSaleDao.remove(Collection<ExpectedSale> entities)
Removes all entities in the given
entities |
void |
ExpectedSaleDaoBase.update(Collection<ExpectedSale> entities) |
void |
ExpectedSaleDao.update(Collection<ExpectedSale> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpectedSale> |
ObservedFishingTrip.getExpectedSales() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObservedFishingTripDao.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
ObservedFishingTrip |
ObservedFishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedFishingTrip.setExpectedSales(Collection<ExpectedSale> expectedSales) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpectedSale> |
ObservedLanding.getExpectedSales() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObservedLandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
ObservedLanding |
ObservedLandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedLanding, taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedLanding.setExpectedSales(Collection<ExpectedSale> expectedSales) |
Copyright © 2013. All Rights Reserved.