org.geotools.data.wfs
Class LockResult

java.lang.Object
  extended byorg.geotools.data.wfs.LockResult

public class LockResult
extends java.lang.Object

DOCUMENT ME!

Author:
dzwiers

Field Summary
protected  java.lang.String lockId
           
protected  FidFilter notSupported
           
protected  FidFilter supported
           
 
Constructor Summary
LockResult(java.lang.String lockId, FidFilter supported, FidFilter notSupported)
           
 
Method Summary
 java.lang.String getLockId()
          DOCUMENT ME!
 FidFilter getNotSupported()
          DOCUMENT ME!
 FidFilter getSupported()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockId

protected java.lang.String lockId

supported

protected FidFilter supported

notSupported

protected FidFilter notSupported
Constructor Detail

LockResult

public LockResult(java.lang.String lockId,
                  FidFilter supported,
                  FidFilter notSupported)
Parameters:
lockId -
supported -
notSupported -
Method Detail

getLockId

public java.lang.String getLockId()
DOCUMENT ME!

Returns:
Returns the lockId.

getNotSupported

public FidFilter getNotSupported()
DOCUMENT ME!

Returns:
Returns the notSupported.

getSupported

public FidFilter getSupported()
DOCUMENT ME!

Returns:
Returns the supported.


Copyright © GeoTools. All Rights Reserved.