public static final class ObservedSale.Factory extends Object
ObservedSale.| Constructor and Description |
|---|
ObservedSale.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ObservedSale |
newInstance()
Constructs a new instance of
ObservedSale. |
static ObservedSale |
newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedSale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
ObservedSale, taking all required and/or
read-only properties as arguments. |
public static ObservedSale newInstance()
ObservedSale.public static ObservedSale newInstance(Date saleStartDate, String synchronizationStatus, Date creationDate, Program program, Department recorderDepartment, QualityFlag qualityFlag, Vessel vessel, Location saleLocation, SaleType saleType)
ObservedSale, taking all required and/or
read-only properties as arguments.public static ObservedSale newInstance(Date saleStartDate, Date saleEndDate, String synchronizationStatus, String comments, Date creationDate, Date controlDate, Date validationDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, CatchBatch catchBatch, TakeOver takeOver, DeclaredDocumentReference declaredDocumentReference, Collection<SaleOrigin> saleOrigins, Program program, Person recorderPerson, Seller seller, Department recorderDepartment, QualityFlag qualityFlag, Vessel vessel, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Landing landing, Collection<FishingArea> fishingAreas, Collection<SaleMeasurement> saleMeasurements, Collection<SurveyMeasurement> surveyMeasurements, Collection<Produce> produces, DenormalizedSamplingStrata samplingStrata, Collection<Person> observerPersons)
ObservedSale, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.