fr.ifremer.allegro.referential.regulation
Class Fishery.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.Fishery.Factory
Enclosing class:
Fishery

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

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

Fishery.Factory

public Fishery.Factory()
Method Detail

newInstance

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


newInstance

public static Fishery newInstance(java.lang.String name)
Constructs a new instance of Fishery, taking all required and/or read-only properties as arguments.


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.