com.konakart.json.app
Class J_PdfOptions
java.lang.Object
com.konakart.json.app.J_PdfOptions
- All Implemented Interfaces:
- java.io.Serializable
public class J_PdfOptions
- extends java.lang.Object
- implements java.io.Serializable
Options when producing a PDF document.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J_PdfOptions
public J_PdfOptions()
getId
public int getId()
- Returns:
- Returns the id.
setId
public void setId(int _id)
- Parameters:
_id - The id to set.
getCustom1
public java.lang.String getCustom1()
- Returns:
- the custom1
setCustom1
public void setCustom1(java.lang.String _custom1)
- Parameters:
_custom1 - the custom1 to set
getCustom2
public java.lang.String getCustom2()
- Returns:
- the custom2
setCustom2
public void setCustom2(java.lang.String _custom2)
- Parameters:
_custom2 - the custom2 to set
getLanguageId
public int getLanguageId()
- Returns:
- the Language Id
setLanguageId
public void setLanguageId(int _languageId)
- Parameters:
_languageId -
getType
public int getType()
- Returns:
- the report type
setType
public void setType(int _type)
- Request type
"HTML types" can be one of:
- ConstantsMgr.HTML_ORDER_DETAIL (= 1)
- ConstantsMgr.HTML_ORDER_INVOICE (= 2)
- ConstantsMgr.HTML_ORDER_PACKING_LIST (= 3)
- Parameters:
_type -
isReturnFileName
public boolean isReturnFileName()
- Returns:
- whether the File Name should be returned
setReturnFileName
public void setReturnFileName(boolean _returnFileName)
- Parameters:
_returnFileName -
isReturnBytes
public boolean isReturnBytes()
- Returns:
- whether the bytes of the PDF file should be returned
setReturnBytes
public void setReturnBytes(boolean _returnBytes)
- Parameters:
_returnBytes -
isCreateFile
public boolean isCreateFile()
- Returns:
- the createFile
setCreateFile
public void setCreateFile(boolean _createFile)
- Parameters:
_createFile - the createFile to set
getTargetFileName
public java.lang.String getTargetFileName()
- Returns:
- the targetFileName
setTargetFileName
public void setTargetFileName(java.lang.String _targetFileName)
- Parameters:
_targetFileName - the targetFileName to set
Copyright © 2011 DS Data Systems UK Ltd.