Primavera Integration API 7.0

com.primavera.integration.common
Class BatchReportOptions

java.lang.Object
  extended by com.primavera.integration.common.BatchReportOptions
All Implemented Interfaces:
java.io.Serializable

public class BatchReportOptions
extends java.lang.Object
implements java.io.Serializable

Batch report options used by the Job Manager when initiating a batch report. By default all options are set to true.

See Also:
Serialized Form

Constructor Summary
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType)
          Class constructor
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportHTMLFile)
          Class constructor
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportTextFile, java.lang.String sReportFieldDelimiter, java.lang.String sReportTextQualifier)
          Class constructor
 
Method Summary
 ObjectId getBatchId()
          Gets the ObjectId of BatchReport object
 java.lang.String getReportFieldDelimiter()
          Gets the report text file field delimiter
 java.lang.String getReportHTMLFile()
          Gets the HTML report file name
 java.lang.String getReportOutputType()
          Gets the report output file type
 java.lang.String getReportTextFile()
          Gets the text report file name
 java.lang.String getReportTextQualifier()
          Gets the report text file text qualifier
 java.lang.String getReportUserNotes()
          Gets the report user notes
 void setBatchId(ObjectId batchId)
          Sets the ObjectId of BatchReport object
 void setReportFieldDelimiter(java.lang.String sCopy)
          Sets the report text file field delimiter
 void setReportHTMLFile(java.lang.String sCopy)
          Sets the HTML report file name
 void setReportOutputType(java.lang.String sCopy)
          Sets the report output file type
 void setReportTextFile(java.lang.String sCopy)
          Sets the text report file name
 void setReportTextQualifier(java.lang.String sCopy)
          Sets the report text file text qualifier
 void setReportUserNotes(java.lang.String sCopy)
          Sets the report user notes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchReportOptions

public BatchReportOptions(ObjectId batchId,
                          java.lang.String sUserNotes,
                          java.lang.String sReportOutputType)
Class constructor

Parameters:
batchId - BatchReport object id
sUserNotes - report user notes
sReportOutputType - report output file type

BatchReportOptions

public BatchReportOptions(ObjectId batchId,
                          java.lang.String sUserNotes,
                          java.lang.String sReportOutputType,
                          java.lang.String sReportHTMLFile)
Class constructor

Parameters:
batchId - BatchReport object id
sUserNotes - report user notes
sReportOutputType - report output file type
sReportHTMLFile - HTML report file name

BatchReportOptions

public BatchReportOptions(ObjectId batchId,
                          java.lang.String sUserNotes,
                          java.lang.String sReportOutputType,
                          java.lang.String sReportTextFile,
                          java.lang.String sReportFieldDelimiter,
                          java.lang.String sReportTextQualifier)
Class constructor

Parameters:
batchId - BatchReport object id
sUserNotes - report user notes
sReportOutputType - report output file type
sReportTextFile - text report file name
sReportFieldDelimiter - report text file field delimiter
sReportTextQualifier - report text file text qualifier
Method Detail

setBatchId

public void setBatchId(ObjectId batchId)
Sets the ObjectId of BatchReport object

Parameters:
batchId - BatchReport object id

getBatchId

public ObjectId getBatchId()
Gets the ObjectId of BatchReport object

Returns:
ObjectId BatchReport object id

setReportUserNotes

public void setReportUserNotes(java.lang.String sCopy)
Sets the report user notes

Parameters:
sCopy - the report output file type

getReportUserNotes

public java.lang.String getReportUserNotes()
Gets the report user notes

Returns:
String the report output file type

setReportOutputType

public void setReportOutputType(java.lang.String sCopy)
Sets the report output file type

Parameters:
sCopy - the report output file type

getReportOutputType

public java.lang.String getReportOutputType()
Gets the report output file type

Returns:
String the report output file type

setReportHTMLFile

public void setReportHTMLFile(java.lang.String sCopy)
Sets the HTML report file name

Parameters:
sCopy - the HTML report file name

getReportHTMLFile

public java.lang.String getReportHTMLFile()
Gets the HTML report file name

Returns:
String the HTML report file name

setReportTextFile

public void setReportTextFile(java.lang.String sCopy)
Sets the text report file name

Parameters:
sCopy - the text report file name

getReportTextFile

public java.lang.String getReportTextFile()
Gets the text report file name

Returns:
String the text report file name

setReportFieldDelimiter

public void setReportFieldDelimiter(java.lang.String sCopy)
Sets the report text file field delimiter

Parameters:
sCopy - the report text file field delimiter

getReportFieldDelimiter

public java.lang.String getReportFieldDelimiter()
Gets the report text file field delimiter

Returns:
String the report text file field delimiter

setReportTextQualifier

public void setReportTextQualifier(java.lang.String sCopy)
Sets the report text file text qualifier

Parameters:
sCopy - the report text file text qualifier

getReportTextQualifier

public java.lang.String getReportTextQualifier()
Gets the report text file text qualifier

Returns:
String the report text file text qualifier

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.