Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class RegisterNamedStyleInfoRequest

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

@Api
public class RegisterNamedStyleInfoRequest
extends Object
implements CommandRequest

Request object for RegisterNamedStyleInfoCommand.

Since:
1.13.0
Author:
Oliver May
See Also:
Serialized Form

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

COMMAND

public static final String COMMAND
See Also:
Constant Field Values
Constructor Detail

RegisterNamedStyleInfoRequest

public RegisterNamedStyleInfoRequest()
Method Detail

setNamedStyleInfo

public void setNamedStyleInfo(NamedStyleInfo namedStyleInfo)
The named style info to register.

Parameters:
namedStyleInfo - the namedStyleInfo to set

getNamedStyleInfo

public NamedStyleInfo getNamedStyleInfo()
The named style info to register.

Returns:
the namedStyleInfo

setLayerId

public void setLayerId(String layerId)
The layerId to register.

Parameters:
layerId - the layerId to set

getLayerId

public String getLayerId()
The layerId to register.

Returns:
the layerId

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.