|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.landing.ObservedLanding.Factory
public static final class ObservedLanding.Factory
Constructs new instances of ObservedLanding
.
Constructor Summary | |
---|---|
ObservedLanding.Factory()
|
Method Summary | |
---|---|
static ObservedLanding |
newInstance()
Constructs a new instance of ObservedLanding . |
static ObservedLanding |
newInstance(java.util.Date landingDateTime,
java.util.Date creationDate,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Location landingLocation)
Constructs a new instance of ObservedLanding , taking all required and/or
read-only properties as arguments. |
static ObservedLanding |
newInstance(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Constructs a new instance of ObservedLanding , 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 ObservedLanding.Factory()
Method Detail |
---|
public static ObservedLanding newInstance()
ObservedLanding
.
public static ObservedLanding newInstance(java.util.Date landingDateTime, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Location landingLocation)
ObservedLanding
, taking all required and/or
read-only properties as arguments.
public static ObservedLanding newInstance(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
ObservedLanding
, 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 |