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,
Timestamp updateDate,
Vessel toVessel,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Program program)
Constructs a new instance of
Transshipment , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Transshipment |
newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Point position,
Vessel toVessel,
Location transshipmentLocation,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
FishingTrip fishingTrip,
Program program)
Constructs a new instance of
Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
public Transshipment.Factory()
public static Transshipment newInstance()
Transshipment
.public static Transshipment newInstance(Date transshipmentDateTime, Date creationDate, Timestamp updateDate, Vessel toVessel, QualityFlag qualityFlag, Department recorderDepartment, Vessel fromVessel, Program program)
Transshipment
, taking all required and/or
read-only properties as arguments, except for identifiers.transshipmentDateTime
- DatecreationDate
- DateupdateDate
- TimestamptoVessel
- VesselqualityFlag
- QualityFlagrecorderDepartment
- DepartmentfromVessel
- Vesselprogram
- Programpublic static Transshipment newInstance(Date transshipmentDateTime, Short rankOrder, String comments, Date creationDate, Date controlDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, Point position, Vessel toVessel, Location transshipmentLocation, QualityFlag qualityFlag, Department recorderDepartment, Vessel fromVessel, Person recorderPerson, Collection<SurveyMeasurement> surveyMeasurements, Collection<Produce> produces, FishingTrip fishingTrip, Program program)
Transshipment
, taking all possible properties
(except the identifier(s))as arguments.transshipmentDateTime
- DaterankOrder
- Shortcomments
- StringcreationDate
- DatecontrolDate
- DatequalificationDate
- DatequalificationComments
- StringupdateDate
- Timestampposition
- PointtoVessel
- VesseltransshipmentLocation
- LocationqualityFlag
- QualityFlagrecorderDepartment
- DepartmentfromVessel
- VesselrecorderPerson
- PersonsurveyMeasurements
- Collectionproduces
- CollectionfishingTrip
- FishingTripprogram
- ProgramCopyright © 2012–2014 IFREMER. All rights reserved.