public class PageLoadResponse extends GenericResponse
Constructor and Description |
---|
PageLoadResponse()
Empty constructor needed by JAXB
|
PageLoadResponse(Message message,
ResponseInfo responseInfo,
Page page)
Creates a PageLoadResponse with the provided single message and ResponseInfo.
|
Modifier and Type | Method and Description |
---|---|
Page |
getPage() |
StagingStatus |
getStagingStatus() |
void |
setPage(Page page) |
void |
setStagingStatus(StagingStatus stagingStatus) |
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public PageLoadResponse()
public PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the responsepublic Page getPage()
public void setPage(Page page)
public StagingStatus getStagingStatus()
public void setStagingStatus(StagingStatus stagingStatus)
Copyright © 2024 Gentics Software. All rights reserved.