public static final class ScientificCruise.Factory extends Object
ScientificCruise.| Constructor and Description |
|---|
ScientificCruise.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ScientificCruise |
newInstance()
Constructs a new instance of
ScientificCruise. |
static ScientificCruise |
newInstance(String synchronizationStatus,
String name,
Date departureDateTime,
Date creationDate,
Person managerPerson,
Department recorderDepartment,
Program program,
Vessel vessel)
Constructs a new instance of
ScientificCruise, taking all required and/or
read-only properties as arguments. |
static ScientificCruise |
newInstance(String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel)
Constructs a new instance of
ScientificCruise, taking all possible properties
(except the identifier(s))as arguments. |
public static ScientificCruise newInstance()
ScientificCruise.public static ScientificCruise newInstance(String synchronizationStatus, String name, Date departureDateTime, Date creationDate, Person managerPerson, Department recorderDepartment, Program program, Vessel vessel)
ScientificCruise, taking all required and/or
read-only properties as arguments.public static ScientificCruise newInstance(String synchronizationStatus, String name, Date departureDateTime, Date returnDateTime, String reference, String comments, Date creationDate, Timestamp updateDate, Collection<FishingTrip> fishingTrips, Person managerPerson, Department recorderDepartment, Program program, Person recorderPerson, Vessel vessel)
ScientificCruise, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.