com.konakart.app
Class PdfResult
java.lang.Object
com.konakart.app.PdfResult
- All Implemented Interfaces:
- PdfResultIf
public class PdfResult
- extends java.lang.Object
- implements PdfResultIf
PDF Results object for the Admin App
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PdfResult
public PdfResult()
- Constructor
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- Returns a string containing the attributes of the Order object.
toStringBrief
public java.lang.String toStringBrief()
- Returns:
- Returns a string containing the attributes of the TaxRate object.
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName in interface PdfResultIf
- Returns:
- the fileName
setFileName
public void setFileName(java.lang.String fileName)
- Specified by:
setFileName in interface PdfResultIf
- Parameters:
fileName - the fileName to set
getPdfBytes
public byte[] getPdfBytes()
- Specified by:
getPdfBytes in interface PdfResultIf
- Returns:
- the pdfBytes
setPdfBytes
public void setPdfBytes(byte[] pdfBytes)
- Specified by:
setPdfBytes in interface PdfResultIf
- Parameters:
pdfBytes - the pdfBytes to set
getResultCode
public int getResultCode()
- Specified by:
getResultCode in interface PdfResultIf
- Returns:
- the resultCode
setResultCode
public void setResultCode(int resultCode)
- Specified by:
setResultCode in interface PdfResultIf
- Parameters:
resultCode - the resultCode to set
getFileNameAfterBase
public java.lang.String getFileNameAfterBase()
- Specified by:
getFileNameAfterBase in interface PdfResultIf
- Returns:
- the fileNameAfterBase
setFileNameAfterBase
public void setFileNameAfterBase(java.lang.String fileNameAfterBase)
- Specified by:
setFileNameAfterBase in interface PdfResultIf
- Parameters:
fileNameAfterBase - the fileNameAfterBase to set
Copyright © 2011 DS Data Systems UK Ltd.