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

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

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

Constructs new instances of Gear.


Constructor Summary
Gear.Factory()
           
 
Method Summary
static Gear newInstance()
          Constructs a new instance of Gear.
static Gear newInstance(java.lang.String label, java.lang.String name, GearClassification gearClassification, Status status)
          Constructs a new instance of Gear, taking all required and/or read-only properties as arguments.
static Gear 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)
          Constructs a new instance of Gear, 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

Gear.Factory

public Gear.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static Gear 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)
Constructs a new instance of Gear, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.