|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TemplateLoadResponse
public class TemplateLoadResponse
Constructor Summary | |
---|---|
TemplateLoadResponse()
Empty constructor needed by JAXB |
|
TemplateLoadResponse(Message message,
ResponseInfo responseInfo,
Template template)
Creates a TemplateLoadResponse with the provided single message and ResponseInfo. |
Method Summary | |
---|---|
Template |
getTemplate()
|
void |
setTemplate(Template template)
|
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateLoadResponse()
public TemplateLoadResponse(Message message, ResponseInfo responseInfo, Template template)
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the responsetemplate
- The template that should be returnedMethod Detail |
---|
public Template getTemplate()
public void setTemplate(Template template)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |