fr.ifremer.allegro.data.survey.landing
Class ObservedLanding.Factory

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.landing.ObservedLanding.Factory
Enclosing class:
ObservedLanding

public static final class ObservedLanding.Factory
extends java.lang.Object

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

ObservedLanding.Factory

public ObservedLanding.Factory()
Method Detail

newInstance

public static ObservedLanding newInstance()
Constructs a new instance of ObservedLanding.


newInstance

public 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.


newInstance

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)
Constructs a new instance of ObservedLanding, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.