org.vfny.geoserver.requests.wfs
Class LockRequest.Lock

java.lang.Object
  extended byorg.vfny.geoserver.requests.wfs.LockRequest.Lock
Enclosing class:
LockRequest

public static class LockRequest.Lock
extends java.lang.Object

Represents a single Lock element.


Field Summary
protected  java.lang.String featureType
          The feature types to lock.
protected  org.geotools.filter.Filter filter
          Specifies the filter to define locked features.
protected  java.lang.String handle
          The handle to identify this lock by.
 
Constructor Summary
LockRequest.Lock(java.lang.String featureType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFeatureType()
          Gets the feature for this to lock.
 org.geotools.filter.Filter getFilter()
          Gets the filter of the features to lock.
 java.lang.String getHandle()
          Gets the handle that identifies this lock.
 void setFeatureType(java.lang.String featureType)
          Sets the feature for this to lock
 void setFilter(org.geotools.filter.Filter filter)
          Sets the filter to define which features to lock
 void setHandle(java.lang.String handle)
          Sets the handle that identifies this
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

featureType

protected java.lang.String featureType
The feature types to lock.


filter

protected org.geotools.filter.Filter filter
Specifies the filter to define locked features.


handle

protected java.lang.String handle
The handle to identify this lock by.

Constructor Detail

LockRequest.Lock

public LockRequest.Lock(java.lang.String featureType)
Method Detail

getFeatureType

public java.lang.String getFeatureType()
Gets the feature for this to lock.

Returns:
The name of the feature type to lock.

setFeatureType

public void setFeatureType(java.lang.String featureType)
Sets the feature for this to lock

Parameters:
featureType - The name of the feature type to lock.

getFilter

public org.geotools.filter.Filter getFilter()
Gets the filter of the features to lock.

Returns:
The filter to lock features with.

setFilter

public void setFilter(org.geotools.filter.Filter filter)
Sets the filter to define which features to lock

Parameters:
filter - The filter to lock features with.

getHandle

public java.lang.String getHandle()
Gets the handle that identifies this lock.

Returns:
The handle to identify this lock.

setHandle

public void setHandle(java.lang.String handle)
Sets the handle that identifies this

Parameters:
handle - The handle to identify this lock.

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)