fr.ifremer.allegro.data.survey.scientificCruise
Class ScientificCruise.Factory

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise.Factory
Enclosing class:
ScientificCruise

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

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

ScientificCruise.Factory

public ScientificCruise.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.