fr.ifremer.allegro.referential.regulation
Class Corpus.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.Corpus.Factory
Enclosing class:
Corpus

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

Constructs new instances of Corpus.


Constructor Summary
Corpus.Factory()
           
 
Method Summary
static Corpus newInstance()
          Constructs a new instance of Corpus.
static Corpus newInstance(java.lang.String name, java.util.Date startDate, java.util.Collection fisheries, CorpusType corpusType)
          Constructs a new instance of Corpus, taking all required and/or read-only properties as arguments.
static Corpus newInstance(java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.sql.Timestamp updateDate, java.util.Collection fisheries, RightToProduce rightToProduce, java.util.Collection minimumSizeAlloweds, CorpusType corpusType)
          Constructs a new instance of Corpus, 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

Corpus.Factory

public Corpus.Factory()
Method Detail

newInstance

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


newInstance

public static Corpus newInstance(java.lang.String name,
                                 java.util.Date startDate,
                                 java.util.Collection fisheries,
                                 CorpusType corpusType)
Constructs a new instance of Corpus, taking all required and/or read-only properties as arguments.


newInstance

public static Corpus newInstance(java.lang.String name,
                                 java.lang.String description,
                                 java.util.Date startDate,
                                 java.util.Date endDate,
                                 java.sql.Timestamp updateDate,
                                 java.util.Collection fisheries,
                                 RightToProduce rightToProduce,
                                 java.util.Collection minimumSizeAlloweds,
                                 CorpusType corpusType)
Constructs a new instance of Corpus, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.