Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GetMapConfigurationResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by org.geomajas.command.dto.GetMapConfigurationResponse
All Implemented Interfaces:
Serializable

@Api(allMethods=true)
public class GetMapConfigurationResponse
extends CommandResponse

This result contains the configuration metadata for a specific layertree, together with the tools definitions.

Since:
1.6.0
Author:
Pieter De Graef
See Also:
Serialized Form

Constructor Summary
GetMapConfigurationResponse()
          No-arguments constructor.
GetMapConfigurationResponse(ClientMapInfo mapInfo)
          Constructor with map info.
 
Method Summary
 ClientMapInfo getMapInfo()
          Get map info.
 void setMapInfo(ClientMapInfo mapInfo)
          Set map info.
 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

GetMapConfigurationResponse

public GetMapConfigurationResponse()
No-arguments constructor.


GetMapConfigurationResponse

public GetMapConfigurationResponse(ClientMapInfo mapInfo)
Constructor with map info.

Method Detail

getMapInfo

public ClientMapInfo getMapInfo()
Get map info.

Returns:
map info

setMapInfo

public void setMapInfo(ClientMapInfo mapInfo)
Set map info.

Parameters:
mapInfo - map info

toString

public String toString()
Overrides:
toString in class CommandResponse

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.