public static final class PlaygroundFishingEffortZone.Factory extends Object
PlaygroundFishingEffortZone
.Constructor and Description |
---|
PlaygroundFishingEffortZone.Factory() |
Modifier and Type | Method and Description |
---|---|
static PlaygroundFishingEffortZone |
newInstance()
Constructs a new instance of
PlaygroundFishingEffortZone . |
static PlaygroundFishingEffortZone |
newInstance(Date dateTime,
String moveType,
String effortZoneCode,
String targetSpecies,
Point position,
Gear gear,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundFishingEffortZone , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundFishingEffortZone |
newInstance(String moveType,
String effortZoneCode,
String targetSpecies,
Gear gear,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundFishingEffortZone , taking all required and/or
read-only properties as arguments, except for identifiers. |
public PlaygroundFishingEffortZone.Factory()
public static PlaygroundFishingEffortZone newInstance()
PlaygroundFishingEffortZone
.public static PlaygroundFishingEffortZone newInstance(String moveType, String effortZoneCode, String targetSpecies, Gear gear, FishingTrip fishingTrip)
PlaygroundFishingEffortZone
, taking all required and/or
read-only properties as arguments, except for identifiers.moveType
- StringeffortZoneCode
- StringtargetSpecies
- Stringgear
- GearfishingTrip
- FishingTrippublic static PlaygroundFishingEffortZone newInstance(Date dateTime, String moveType, String effortZoneCode, String targetSpecies, Point position, Gear gear, FishingTrip fishingTrip)
PlaygroundFishingEffortZone
, taking all possible properties
(except the identifier(s))as arguments.dateTime
- DatemoveType
- StringeffortZoneCode
- StringtargetSpecies
- Stringposition
- Pointgear
- GearfishingTrip
- FishingTripCopyright © 2012–2014 IFREMER. All rights reserved.