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

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

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

Constructs new instances of Location.


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

Location.Factory

public Location.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

public static Location newInstance(java.lang.String label,
                                   java.lang.String name,
                                   java.sql.Timestamp updateDate,
                                   LocationLevel locationLevel,
                                   LocationClassification locationClassification,
                                   Status status,
                                   java.util.Collection locationAreas,
                                   java.util.Collection locationLines,
                                   java.util.Collection locationPoints)
Constructs a new instance of Location, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.