|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.playground.PlaygroundFishingEffortZone.Factory
public static final class PlaygroundFishingEffortZone.Factory
Constructs new instances of PlaygroundFishingEffortZone
.
Constructor Summary | |
---|---|
PlaygroundFishingEffortZone.Factory()
|
Method Summary | |
---|---|
static PlaygroundFishingEffortZone |
newInstance()
Constructs a new instance of PlaygroundFishingEffortZone . |
static PlaygroundFishingEffortZone |
newInstance(java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Constructs a new instance of PlaygroundFishingEffortZone , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundFishingEffortZone |
newInstance(java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Constructs a new instance of PlaygroundFishingEffortZone , taking all required and/or
read-only properties as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaygroundFishingEffortZone.Factory()
Method Detail |
---|
public static PlaygroundFishingEffortZone newInstance()
PlaygroundFishingEffortZone
.
public static PlaygroundFishingEffortZone newInstance(java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
PlaygroundFishingEffortZone
, taking all required and/or
read-only properties as arguments.
public static PlaygroundFishingEffortZone newInstance(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
PlaygroundFishingEffortZone
, 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 |