fr.ifremer.allegro.referential.taxon
Class Citation.Factory

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

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

Constructs new instances of Citation.


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

Citation.Factory

public Citation.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.