public static final class Transshipment.Factory extends Object
Transshipment.| Constructor and Description |
|---|
Transshipment.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Transshipment |
newInstance()
Constructs a new instance of
Transshipment. |
static Transshipment |
newInstance(Date transshipmentDateTime,
Date creationDate,
Vessel toVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel)
Constructs a new instance of
Transshipment, taking all required and/or
read-only properties as arguments. |
static Transshipment |
newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Transshipment, taking all possible properties
(except the identifier(s))as arguments. |
public static Transshipment newInstance()
Transshipment.public static Transshipment newInstance(Date transshipmentDateTime, Date creationDate, Vessel toVessel, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel fromVessel)
Transshipment, taking all required and/or
read-only properties as arguments.public static Transshipment newInstance(Date transshipmentDateTime, Short rankOrder, String comments, Date creationDate, Date controlDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, Location transshipmentLocation, Vessel toVessel, FishingTrip fishingTrip, Program program, Person recorderPerson, QualityFlag qualityFlag, Department recorderDepartment, Vessel fromVessel, Collection<SurveyMeasurement> surveyMeasurements, Collection<Produce> produces)
Transshipment, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.