Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class CopyrightResponse

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

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

Response class for CopyrightCommand.

Since:
1.7.1
Author:
Joachim Van der Auwera
See Also:
Serialized Form

Constructor Summary
CopyrightResponse()
           
 
Method Summary
 List<CopyrightInfo> getCopyrights()
          Get the copyright information.
 void setCopyrights(List<CopyrightInfo> copyrights)
          Set the copyright information.
 String toString()
           
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyrightResponse

public CopyrightResponse()
Method Detail

getCopyrights

public List<CopyrightInfo> getCopyrights()
Get the copyright information.

Returns:
copyrights

setCopyrights

public void setCopyrights(List<CopyrightInfo> copyrights)
Set the copyright information.

Parameters:
copyrights - copyrights

toString

public String toString()
Overrides:
toString in class CommandResponse

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.