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

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

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

Constructs new instances of Unit.


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

Unit.Factory

public Unit.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.