|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.regulation.Fishery.Factory
public static final class Fishery.Factory
Constructs new instances of Fishery
.
Constructor Summary | |
---|---|
Fishery.Factory()
|
Method Summary | |
---|---|
static Fishery |
newInstance()
Constructs a new instance of Fishery . |
static Fishery |
newInstance(java.lang.String name)
Constructs a new instance of Fishery , taking all required and/or
read-only properties as arguments. |
static Fishery |
newInstance(java.lang.String name,
java.sql.Timestamp updateDate,
java.util.Collection corpus,
TaxonGroup taxonGroup,
Gear gear,
FishingArea fishingArea)
Constructs a new instance of Fishery , 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 Fishery.Factory()
Method Detail |
---|
public static Fishery newInstance()
Fishery
.
public static Fishery newInstance(java.lang.String name)
Fishery
, taking all required and/or
read-only properties as arguments.
public static Fishery newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
Fishery
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |