|
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.dto.GetMapConfigurationRequest
@Api(allMethods=true) public class GetMapConfigurationRequest
Request object for GetMapConfigurationCommand.
| 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 |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public GetMapConfigurationRequest()
public GetMapConfigurationRequest(String mapId,
String applicationId)
mapId - map idapplicationId - application id| Method Detail |
|---|
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId - application idpublic String getMapId()
public void setMapId(String mapId)
mapId - map idpublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||