Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class SearchAttributesRequest

java.lang.Object
  extended by org.geomajas.command.LayerIdCommandRequest
      extended by 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.
 
Constructor Summary
SearchAttributesRequest()
           
SearchAttributesRequest(String layerId, String attributePath)
           
SearchAttributesRequest(String layerId, String attributePath, String filter)
           
 
Method Summary
 String getAttributePath()
           
 String getFilter()
           
 void setAttributePath(String attributePath)
           
 void setFilter(String filter)
           
 String toString()
           
 
Methods inherited from class org.geomajas.command.LayerIdCommandRequest
getLayerId, setLayerId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

SearchAttributesRequest

public SearchAttributesRequest()

SearchAttributesRequest

public SearchAttributesRequest(String layerId,
                               String attributePath)

SearchAttributesRequest

public SearchAttributesRequest(String layerId,
                               String attributePath,
                               String filter)
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.