fr.ifremer.allegro.referential.metier
Class Metier.Factory

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

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

Constructs new instances of Metier.


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

Metier.Factory

public Metier.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.