| Constructor and Description |
|---|
Corpus.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Corpus |
newInstance()
Constructs a new instance of
Corpus. |
static Corpus |
newInstance(String name,
Date startDate,
CorpusType corpusType,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus, taking all required and/or
read-only properties as arguments. |
static Corpus |
newInstance(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus, taking all possible properties
(except the identifier(s))as arguments. |
public static Corpus newInstance(String name, Date startDate, CorpusType corpusType, Collection<Fishery> fisheries)
Corpus, taking all required and/or
read-only properties as arguments.public static Corpus newInstance(String name, String description, Date startDate, Date endDate, Timestamp updateDate, CorpusType corpusType, RightToProduce rightToProduce, Collection<MinimumSizeAllowed> minimumSizeAlloweds, Collection<Fishery> fisheries)
Corpus, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.