|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.regulation.Corpus.Factory
public static final class Corpus.Factory
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 |
---|
public Corpus.Factory()
Method Detail |
---|
public static Corpus newInstance()
Corpus
.
public static Corpus newInstance(java.lang.String name, java.util.Date startDate, java.util.Collection fisheries, CorpusType corpusType)
Corpus
, taking all required and/or
read-only properties as arguments.
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)
Corpus
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |