public class SapViewerResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SapViewerResponse.StructureRow |
Constructor and Description |
---|
SapViewerResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentId() |
SapViewerResponse.StructureRow[] |
getDocumentRows() |
int |
getFirstViewableElement() |
String |
getMailingUrl() |
int |
getPagecount() |
String |
getRevisionId() |
String |
getUrlMailingUrl() |
boolean |
isDownloadAllowed() |
boolean |
isShowStructure() |
void |
setDocumentId(String documentId) |
void |
setDocumentRows(SapViewerResponse.StructureRow[] documentRows) |
void |
setDownloadAllowed(boolean downloadAllowed) |
void |
setFirstViewableElement(int firstViewableElement) |
void |
setMailingUrl(String mailingUrl) |
void |
setPagecount(int pagecount) |
void |
setShowStructure(boolean showStructure) |
void |
setUrlMailingUrl(String urlMailingUrl) |
public String getDocumentId()
public void setDocumentId(String documentId)
public SapViewerResponse.StructureRow[] getDocumentRows()
public void setDocumentRows(SapViewerResponse.StructureRow[] documentRows)
public boolean isDownloadAllowed()
public void setDownloadAllowed(boolean downloadAllowed)
public String getRevisionId()
public int getFirstViewableElement()
public void setFirstViewableElement(int firstViewableElement)
public String getMailingUrl()
public void setMailingUrl(String mailingUrl)
public String getUrlMailingUrl()
public void setUrlMailingUrl(String urlMailingUrl)
public boolean isShowStructure()
public void setShowStructure(boolean showStructure)
showStructure
- the showStructure to setpublic int getPagecount()
public void setPagecount(int pagecount)
pagecount
- the pagecount to setCopyright © 2016 SAPERION AG. All rights reserved.