fr.ifremer.allegro.referential.location
Class LocationLevel.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.LocationLevel.Factory
Enclosing class:
LocationLevel

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

Constructs new instances of LocationLevel.


Constructor Summary
LocationLevel.Factory()
           
 
Method Summary
static LocationLevel newInstance()
          Constructs a new instance of LocationLevel.
static LocationLevel newInstance(java.lang.String name, LocationClassification locationClassification)
          Constructs a new instance of LocationLevel, taking all required and/or read-only properties as arguments.
static LocationLevel newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
          Constructs a new instance of LocationLevel, 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

LocationLevel.Factory

public LocationLevel.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static LocationLevel newInstance(java.lang.String name,
                                        java.sql.Timestamp updateDate,
                                        java.util.Collection locationLevels,
                                        LocationLevel parentLocationLevel,
                                        LocationClassification locationClassification)
Constructs a new instance of LocationLevel, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.