com.gentics.contentnode.rest.model.response
Class TemplateLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TemplateLoadResponse
public class TemplateLoadResponse
- extends GenericResponse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateLoadResponse
public TemplateLoadResponse()
- Empty constructor needed by JAXB
TemplateLoadResponse
public TemplateLoadResponse(Message message,
ResponseInfo responseInfo,
Template template)
- Creates a TemplateLoadResponse with the provided single message and ResponseInfo.
- Parameters:
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the responsetemplate
- The template that should be returned
getTemplate
public Template getTemplate()
setTemplate
public void setTemplate(Template template)
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.