org.geomajas.command.dto
Class RegisterNamedStyleInfoResponse
java.lang.Object
org.geomajas.command.CommandResponse
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
RegisterNamedStyleInfoResponse
public RegisterNamedStyleInfoResponse()
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
Copyright © 2014 Geosparc. All Rights Reserved.