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