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

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

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

Constructs new instances of Landing.


Constructor Summary
Landing.Factory()
           
 
Method Summary
static Landing newInstance()
          Constructs a new instance of Landing.
static Landing newInstance(java.util.Date landingDateTime, java.util.Date creationDate, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Location landingLocation)
          Constructs a new instance of Landing, taking all required and/or read-only properties as arguments.
static Landing 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)
          Constructs a new instance of Landing, 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

Landing.Factory

public Landing.Factory()
Method Detail

newInstance

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


newInstance

public static Landing newInstance(java.util.Date landingDateTime,
                                  java.util.Date creationDate,
                                  Vessel vessel,
                                  Program program,
                                  Department recorderDepartment,
                                  QualityFlag qualityFlag,
                                  Location landingLocation)
Constructs a new instance of Landing, taking all required and/or read-only properties as arguments.


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.