fr.ifremer.allegro.referential.gear
Class FishingGear.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.FishingGear.Factory
Enclosing class:
FishingGear

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

Constructs new instances of FishingGear.


Constructor Summary
FishingGear.Factory()
           
 
Method Summary
static FishingGear newInstance()
          Constructs a new instance of FishingGear.
static FishingGear newInstance(java.lang.String label, java.lang.String name, GearClassification gearClassification, Status status)
          Constructs a new instance of FishingGear, taking all required and/or read-only properties as arguments.
static FishingGear newInstance(java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, GearClassification gearClassification, java.util.Collection childGears, Gear parentGear, Status status, java.util.Collection associatedGears, java.lang.Boolean isActive, java.lang.Boolean isTowed)
          Constructs a new instance of FishingGear, 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

FishingGear.Factory

public FishingGear.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static FishingGear newInstance(java.lang.String label,
                                      java.lang.String name,
                                      java.lang.String description,
                                      java.sql.Timestamp updateDate,
                                      GearClassification gearClassification,
                                      java.util.Collection childGears,
                                      Gear parentGear,
                                      Status status,
                                      java.util.Collection associatedGears,
                                      java.lang.Boolean isActive,
                                      java.lang.Boolean isTowed)
Constructs a new instance of FishingGear, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.