fr.ifremer.allegro.referential.pmfm
Class ParameterGroup.Factory

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

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

Constructs new instances of ParameterGroup.


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

ParameterGroup.Factory

public ParameterGroup.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.