fr.ifremer.allegro.playground
Class PlaygroundFishingEffortZone.Factory

java.lang.Object
  extended by fr.ifremer.allegro.playground.PlaygroundFishingEffortZone.Factory
Enclosing class:
PlaygroundFishingEffortZone

public static final class PlaygroundFishingEffortZone.Factory
extends java.lang.Object

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

PlaygroundFishingEffortZone.Factory

public PlaygroundFishingEffortZone.Factory()
Method Detail

newInstance

public static PlaygroundFishingEffortZone newInstance()
Constructs a new instance of PlaygroundFishingEffortZone.


newInstance

public 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.


newInstance

public 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.



Copyright © 2008-2010 IFREMER. All Rights Reserved.