|
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.RegisterNamedStyleInfoRequest
@Api public class RegisterNamedStyleInfoRequest
Request object for RegisterNamedStyleInfoCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
|
| Constructor Summary | |
|---|---|
RegisterNamedStyleInfoRequest()
|
|
| Method Summary | |
|---|---|
String |
getLayerId()
The layerId to register. |
NamedStyleInfo |
getNamedStyleInfo()
The named style info to register. |
void |
setLayerId(String layerId)
The layerId to register. |
void |
setNamedStyleInfo(NamedStyleInfo namedStyleInfo)
The named style info to register. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public RegisterNamedStyleInfoRequest()
| Method Detail |
|---|
public void setNamedStyleInfo(NamedStyleInfo namedStyleInfo)
namedStyleInfo - the namedStyleInfo to setpublic NamedStyleInfo getNamedStyleInfo()
public void setLayerId(String layerId)
layerId - the layerId to setpublic String getLayerId()
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||