fr.ifremer.allegro.data.fishingArea
Class FishingArea.Factory

java.lang.Object
  extended by fr.ifremer.allegro.data.fishingArea.FishingArea.Factory
Enclosing class:
FishingArea

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

Constructs new instances of FishingArea.


Constructor Summary
FishingArea.Factory()
           
 
Method Summary
static FishingArea newInstance()
          Constructs a new instance of FishingArea.
static FishingArea newInstance(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
          Constructs a new instance of FishingArea, taking all possible properties (except the identifier(s))as arguments.
static FishingArea newInstance(Location location)
          Constructs a new instance of FishingArea, 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

FishingArea.Factory

public FishingArea.Factory()
Method Detail

newInstance

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


newInstance

public static FishingArea newInstance(Location location)
Constructs a new instance of FishingArea, taking all required and/or read-only properties as arguments.


newInstance

public static FishingArea newInstance(java.util.Collection fisheries,
                                      Sample sample,
                                      NearbySpecificArea nearbySpecificArea,
                                      DepthGradient depthGradient,
                                      DistanceToCoastGradient distanceToCoastGradient,
                                      Location location,
                                      GearUseFeatures gearUseFeatures,
                                      VesselUseFeatures vesselUseFeatures,
                                      java.util.Collection regulationLocation)
Constructs a new instance of FishingArea, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.