|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.CommandResponse
org.geomajas.command.dto.SearchFeatureResponse
@Api(allMethods=true) public class SearchFeatureResponse
Response object for SearchFeatureCommand.
| Constructor Summary | |
|---|---|
SearchFeatureResponse()
|
|
| Method Summary | |
|---|---|
Feature[] |
getFeatures()
Get the result features. |
String |
getLayerId()
Get the layer id. |
void |
setFeatures(Feature[] features)
Set the result features. |
void |
setLayerId(String layerId)
Set the id of the layer for the response features. |
String |
toString()
|
| Methods inherited from class org.geomajas.command.CommandResponse |
|---|
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchFeatureResponse()
| Method Detail |
|---|
public String getLayerId()
public void setLayerId(String layerId)
layerId - layer idpublic Feature[] getFeatures()
public void setFeatures(Feature[] features)
features - result featurespublic String toString()
toString in class CommandResponse
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||