fr.ifremer.allegro.referential
Class VesselType.Factory

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

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

Constructs new instances of VesselType.


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

VesselType.Factory

public VesselType.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static VesselType newInstance(java.lang.String name,
                                     java.sql.Timestamp updateDate,
                                     Status status)
Constructs a new instance of VesselType, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.