org.deegree.feature.persistence.sql.insert
Class InsertFID

java.lang.Object
  extended by org.deegree.feature.persistence.sql.insert.InsertFID

public class InsertFID
extends Object

The id of a Feature that's part of an insert operation of a FeatureStoreTransaction.

Version:
$Revision: 31440 $, $Date: 2011-08-05 01:14:19 +0200 (Fri, 05 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 String getNewId()
          Returns the new id that's been assigned to the Feature during the insert process.
 String getOriginalId()
          Returns the original id of the Feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOriginalId

public String getOriginalId()
Returns the original id of the Feature.

Returns:
original id, can be null (anonymous)

getNewId

public String getNewId()
Returns the new id that's been assigned to the Feature during the insert process.

Returns:
new id, can be null (not known yet)


Copyright © 2011. All Rights Reserved.