org.geomajas.command.dto
Class SearchAttributesRequest
java.lang.Object
org.geomajas.command.LayerIdCommandRequest
org.geomajas.command.dto.SearchAttributesRequest
- All Implemented Interfaces:
- Serializable, CommandRequest
public class SearchAttributesRequest
- extends LayerIdCommandRequest
Request object for SearchAttributesCommand.
- Author:
- Pieter De Graef
- See Also:
- Serialized Form
|
Field Summary |
static String |
COMMAND
Command name for this request. |
COMMAND
public static final String COMMAND
- Command name for this request.
- Since:
- 1.9.0
- See Also:
- Constant Field Values
SearchAttributesRequest
public SearchAttributesRequest()
SearchAttributesRequest
public SearchAttributesRequest(String layerId,
String attributePath)
SearchAttributesRequest
public SearchAttributesRequest(String layerId,
String attributePath,
String filter)
getAttributePath
public String getAttributePath()
setAttributePath
public void setAttributePath(String attributePath)
getFilter
public String getFilter()
setFilter
public void setFilter(String filter)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 Geosparc. All Rights Reserved.