|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminPdfResult
public class AdminPdfResult
PDF Results object for the Admin App
| Field Summary | |
|---|---|
private java.lang.String |
fileName
The file name of the PDF file that was created |
private java.lang.String |
fileNameAfterBase
The part of the file name after the base part of the PDF file that was created |
private AdminOrder[] |
orders
the orders retrieved |
private byte[] |
pdfBytes
The bytes of the PDF file that was created |
private int |
resultCode
offset |
| Constructor Summary | |
|---|---|
AdminPdfResult()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
|
java.lang.String |
getFileNameAfterBase()
|
AdminOrder[] |
getOrders()
|
byte[] |
getPdfBytes()
|
int |
getResultCode()
|
void |
setFileName(java.lang.String fileName)
|
void |
setFileNameAfterBase(java.lang.String fileNameAfterBase)
|
void |
setOrders(AdminOrder[] orders)
|
void |
setPdfBytes(byte[] pdfBytes)
|
void |
setResultCode(int resultCode)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String fileName
private java.lang.String fileNameAfterBase
private byte[] pdfBytes
private AdminOrder[] orders
private int resultCode
| Constructor Detail |
|---|
public AdminPdfResult()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - the fileName to setpublic byte[] getPdfBytes()
public void setPdfBytes(byte[] pdfBytes)
pdfBytes - the pdfBytes to setpublic AdminOrder[] getOrders()
public void setOrders(AdminOrder[] orders)
orders - the orders to setpublic int getResultCode()
public void setResultCode(int resultCode)
resultCode - the resultCode to setpublic java.lang.String getFileNameAfterBase()
public void setFileNameAfterBase(java.lang.String fileNameAfterBase)
fileNameAfterBase - the fileNameAfterBase to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||