|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise.Factory
public static final class ScientificCruise.Factory
Constructs new instances of ScientificCruise
.
Constructor Summary | |
---|---|
ScientificCruise.Factory()
|
Method Summary | |
---|---|
static ScientificCruise |
newInstance()
Constructs a new instance of ScientificCruise . |
static ScientificCruise |
newInstance(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date creationDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person managerPerson)
Constructs a new instance of ScientificCruise , taking all required and/or
read-only properties as arguments. |
static ScientificCruise |
newInstance(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
ScientificResearchVessel scientificResearchVessel,
Department recorderDepartment,
Program program,
Person recorderPerson,
java.util.Collection fishingTrips,
Person managerPerson)
Constructs a new instance of ScientificCruise , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScientificCruise.Factory()
Method Detail |
---|
public static ScientificCruise newInstance()
ScientificCruise
.
public static ScientificCruise newInstance(java.lang.String name, java.util.Date departureDateTime, java.util.Date creationDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person managerPerson)
ScientificCruise
, taking all required and/or
read-only properties as arguments.
public static ScientificCruise newInstance(java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
ScientificCruise
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |