| Constructor and Description |
|---|
TakeOver.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static TakeOver |
newInstance()
Constructs a new instance of
TakeOver. |
static TakeOver |
newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Constructs a new instance of
TakeOver, taking all possible properties
(except the identifier(s))as arguments. |
static TakeOver |
newInstance(Date takeOverDateTime,
Date creationDate,
Department recorderDepartment,
Location takeOverLocation,
Program program,
Seller seller,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
TakeOver, taking all required and/or
read-only properties as arguments. |
public static TakeOver newInstance(Date takeOverDateTime, Date creationDate, Department recorderDepartment, Location takeOverLocation, Program program, Seller seller, Vessel vessel, QualityFlag qualityFlag)
TakeOver, taking all required and/or
read-only properties as arguments.public static TakeOver newInstance(Date takeOverDateTime, Date creationDate, Date controlDate, Date validationDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, String comments, Department recorderDepartment, Location takeOverLocation, FishingTrip fishingTrip, Person recorderPerson, Program program, Seller seller, Vessel vessel, DeclaredDocumentReference declaredDocumentReference, Landing landing, QualityFlag qualityFlag, Collection<Sale> sales, Collection<TakeOverMeasurement> takeOverMeasurements, Collection<Produce> produces)
TakeOver, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.