fr.ifremer.allegro.referential
Class DepthGradient.Factory

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

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

Constructs new instances of DepthGradient.


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

DepthGradient.Factory

public DepthGradient.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.