Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class RegisterNamedStyleInfoResponse

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

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

Response object for RegisterNamedStyleInfoCommand.

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

Constructor Summary
RegisterNamedStyleInfoResponse()
           
 
Method Summary
 String getStyleName()
          Get response style name.
 void setStyleName(String styleName)
          Set response style name.
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisterNamedStyleInfoResponse

public RegisterNamedStyleInfoResponse()
Method Detail

setStyleName

public void setStyleName(String styleName)
Set response style name.

Parameters:
styleName - the styleName to set

getStyleName

public String getStyleName()
Get response style name.

Returns:
the styleName

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.