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