com.dynalivery.harmoni
Class HarmoniJobExportInfo

java.lang.Object
  |
  +--com.dynalivery.harmoni.HarmoniJobExportInfo

public class HarmoniJobExportInfo
extends java.lang.Object


Field Summary
 java.lang.String destinationDLLName
          The uxd-destination-dll name.
 java.lang.Object destinationOptions
          A UXD destination object or null.
 int destinationType
          The UXD destination type.
 java.lang.String formatDLLName
          The uxf-format-dll name.
 java.lang.Object formatOptions
          A UXF format object or null.
 int formatType
          The UXF report type.
 
Constructor Summary
HarmoniJobExportInfo()
          Construct an empty HarmoniJobExportInfo object.
HarmoniJobExportInfo(java.lang.String formatDLLName, int formatType, java.lang.Object formatOptions, java.lang.String destinationDLLName, int destinationType, java.lang.Object destinationOptions)
          Construct an initialized HarmoniJobExportInfo object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatDLLName

public java.lang.String formatDLLName
The uxf-format-dll name.

formatType

public int formatType
The UXF report type.

formatOptions

public java.lang.Object formatOptions
A UXF format object or null.

destinationDLLName

public java.lang.String destinationDLLName
The uxd-destination-dll name.

destinationType

public int destinationType
The UXD destination type.

destinationOptions

public java.lang.Object destinationOptions
A UXD destination object or null.
Constructor Detail

HarmoniJobExportInfo

public HarmoniJobExportInfo()
Construct an empty HarmoniJobExportInfo object.

HarmoniJobExportInfo

public HarmoniJobExportInfo(java.lang.String formatDLLName,
                            int formatType,
                            java.lang.Object formatOptions,
                            java.lang.String destinationDLLName,
                            int destinationType,
                            java.lang.Object destinationOptions)
Construct an initialized HarmoniJobExportInfo object.
Parameters:
formatDLLName - The name of the dll that is used for outpit
formatType - The type of farmatting
formatOptions - The options for the formatting - these vary, as per the format
destinationDLLName - The name of the dll that copes with the destination
destinationType - The type of destination
destinationOptions - The options for the destination - these vary, as per the destination