fr.ifremer.allegro.referential
Class PrecisionType.Factory

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

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

Constructs new instances of PrecisionType.


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

PrecisionType.Factory

public PrecisionType.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.