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

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

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

Constructs new instances of FishingVessel.


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

FishingVessel.Factory

public FishingVessel.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.