fr.ifremer.allegro.referential
Class NearbySpecificArea.Factory

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

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

Constructs new instances of NearbySpecificArea.


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

NearbySpecificArea.Factory

public NearbySpecificArea.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static NearbySpecificArea newInstance(java.lang.String name,
                                             java.lang.String description,
                                             java.sql.Timestamp updateDate,
                                             Status status)
Constructs a new instance of NearbySpecificArea, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.