Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GetMapConfigurationRequest

java.lang.Object
  extended by org.geomajas.command.dto.GetMapConfigurationRequest
All Implemented Interfaces:
Serializable, CommandRequest

@Api(allMethods=true)
public class GetMapConfigurationRequest
extends Object
implements CommandRequest

Request object for GetMapConfigurationCommand.

Since:
1.6.0
Author:
Joachim Van der Auwera
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
GetMapConfigurationRequest()
          No-arguments constructor.
GetMapConfigurationRequest(String mapId, String applicationId)
          Constructor which immediately initializes some fields.
 
Method Summary
 String getApplicationId()
          Get the application id.
 String getMapId()
          Get the map id.
 void setApplicationId(String applicationId)
          Set the application id.
 void setMapId(String mapId)
          Set the map id.
 String toString()
           
 
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

GetMapConfigurationRequest

public GetMapConfigurationRequest()
No-arguments constructor.


GetMapConfigurationRequest

public GetMapConfigurationRequest(String mapId,
                                  String applicationId)
Constructor which immediately initializes some fields.

Parameters:
mapId - map id
applicationId - application id
Method Detail

getApplicationId

public String getApplicationId()
Get the application id.

Returns:
application id

setApplicationId

public void setApplicationId(String applicationId)
Set the application id.

Parameters:
applicationId - application id

getMapId

public String getMapId()
Get the map id.

Returns:
map id

setMapId

public void setMapId(String mapId)
Set the map id.

Parameters:
mapId - map id

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.