|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.requests.wfs.LockRequest.Lock
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 |
protected java.lang.String featureType
protected org.geotools.filter.Filter filter
protected java.lang.String handle
| Constructor Detail |
public LockRequest.Lock(java.lang.String featureType)
| Method Detail |
public java.lang.String getFeatureType()
public void setFeatureType(java.lang.String featureType)
featureType - The name of the feature type to lock.public org.geotools.filter.Filter getFilter()
public void setFilter(org.geotools.filter.Filter filter)
filter - The filter to lock features with.public java.lang.String getHandle()
public void setHandle(java.lang.String handle)
handle - The handle to identify this lock.public java.lang.String toString()
public boolean equals(java.lang.Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||