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

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

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

Constructs new instances of PleasureBoat.


Constructor Summary
PleasureBoat.Factory()
           
 
Method Summary
static PleasureBoat newInstance()
          Constructs a new instance of PleasureBoat.
static PleasureBoat newInstance(Status status, VesselType vesselType)
          Constructs a new instance of PleasureBoat, taking all required and/or read-only properties as arguments.
static PleasureBoat 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 PleasureBoat, 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

PleasureBoat.Factory

public PleasureBoat.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static PleasureBoat 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 PleasureBoat, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.