fr.ifremer.allegro.referential
Class NumericalPrecision.Factory

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

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

Constructs new instances of NumericalPrecision.


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

NumericalPrecision.Factory

public NumericalPrecision.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.