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

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

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

Constructs new instances of Author.


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

Author.Factory

public Author.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.