org.geotools.data.wfs.v1_0_0
Class LockResult

Object
  extended by LockResult

public class LockResult
extends Object

DOCUMENT ME!

Author:
dzwiers
Module:
modules/unsupported/wfs (gt-wfs.jar)

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

Field Detail

lockId

protected String lockId

supported

protected FidFilter supported

notSupported

protected FidFilter notSupported
Constructor Detail

LockResult

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

getLockId

public 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 © 1996-2009 Geotools. All Rights Reserved.