org.geotools.data.wfs.v1_0_0
Class LockResult
Object
LockResult
public class LockResult
- extends Object
DOCUMENT ME!
- Author:
- dzwiers
- Module:
modules/unsupported/wfs (gt-wfs.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lockId
protected String lockId
supported
protected FidFilter supported
notSupported
protected FidFilter notSupported
LockResult
public LockResult(String lockId,
FidFilter supported,
FidFilter notSupported)
- Parameters:
lockId
- supported
- notSupported
-
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.