com.konakart.json.app
Class J_PdfOptions

java.lang.Object
  extended by 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

Constructor Summary
J_PdfOptions()
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 int getId()
           
 int getLanguageId()
           
 java.lang.String getTargetFileName()
           
 int getType()
           
 boolean isCreateFile()
           
 boolean isReturnBytes()
           
 boolean isReturnFileName()
           
 void setCreateFile(boolean _createFile)
           
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setId(int _id)
           
 void setLanguageId(int _languageId)
           
 void setReturnBytes(boolean _returnBytes)
           
 void setReturnFileName(boolean _returnFileName)
           
 void setTargetFileName(java.lang.String _targetFileName)
           
 void setType(int _type)
          Request type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_PdfOptions

public J_PdfOptions()
Method Detail

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:

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.