com.dynalivery.pcre
Class PCREExcelJobExportInfo

java.lang.Object
  |
  +--com.dynalivery.pcre.PCREJobExportInfo
        |
        +--com.dynalivery.pcre.PCREExcelJobExportInfo

public class PCREExcelJobExportInfo
extends PCREJobExportInfo

PCREExcelJobExportInfo Helper class for constructing Export Options to Excel5.0 with the following Parameters as input


Fields inherited from class com.dynalivery.pcre.PCREJobExportInfo
destinationDLLName, destinationOptions, destinationType, formatDLLName, formatOptions, formatType
 
Constructor Summary
PCREExcelJobExportInfo()
          Constructs Export Info for Excel5.0
PCREExcelJobExportInfo(java.lang.String excelFileName)
          Constructs Export info for Excel5.0
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCREExcelJobExportInfo

public PCREExcelJobExportInfo()
Constructs Export Info for Excel5.0

PCREExcelJobExportInfo

public PCREExcelJobExportInfo(java.lang.String excelFileName)
Constructs Export info for Excel5.0
Parameters:
excelFileName - the name of the excel file to be generated.