fr.ifremer.allegro.referential.vessel
Class VesselGroup.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.VesselGroup.Factory
Enclosing class:
VesselGroup

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

Constructs new instances of VesselGroup.


Constructor Summary
VesselGroup.Factory()
           
 
Method Summary
static VesselGroup newInstance()
          Constructs a new instance of VesselGroup.
static VesselGroup newInstance(Status status, VesselType vesselType)
          Constructs a new instance of VesselGroup, taking all required and/or read-only properties as arguments.
static VesselGroup newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of VesselGroup, 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

VesselGroup.Factory

public VesselGroup.Factory()
Method Detail

newInstance

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


newInstance

public static VesselGroup newInstance(Status status,
                                      VesselType vesselType)
Constructs a new instance of VesselGroup, taking all required and/or read-only properties as arguments.


newInstance

public static VesselGroup newInstance(java.sql.Timestamp updateDate,
                                      java.util.Collection rightToProduces,
                                      java.util.Collection vesselOwnerPeriods,
                                      java.util.Collection vesselRegistrationPeriods,
                                      Status status,
                                      VesselType vesselType)
Constructs a new instance of VesselGroup, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.