fr.ifremer.allegro.referential.spatial
Class SpatialItem.Factory

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

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

Constructs new instances of SpatialItem.


Constructor Summary
SpatialItem.Factory()
           
 
Method Summary
static SpatialItem newInstance()
          Constructs a new instance of SpatialItem.
static SpatialItem newInstance(java.lang.Integer objectId, SpatialItemType spatialItemType)
          Constructs a new instance of SpatialItem, taking all required and/or read-only properties as arguments.
static SpatialItem newInstance(java.lang.Integer objectId, java.sql.Timestamp updateDate, java.util.Collection spatialItemLines, java.util.Collection spatialItemAreas, java.util.Collection spatialItemPoints, SpatialItemType spatialItemType, java.util.Collection spatialItem2Locations)
          Constructs a new instance of SpatialItem, 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

SpatialItem.Factory

public SpatialItem.Factory()
Method Detail

newInstance

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


newInstance

public static SpatialItem newInstance(java.lang.Integer objectId,
                                      SpatialItemType spatialItemType)
Constructs a new instance of SpatialItem, taking all required and/or read-only properties as arguments.


newInstance

public static SpatialItem newInstance(java.lang.Integer objectId,
                                      java.sql.Timestamp updateDate,
                                      java.util.Collection spatialItemLines,
                                      java.util.Collection spatialItemAreas,
                                      java.util.Collection spatialItemPoints,
                                      SpatialItemType spatialItemType,
                                      java.util.Collection spatialItem2Locations)
Constructs a new instance of SpatialItem, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.