|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.common.BatchReportOptions
public class BatchReportOptions
Batch report options used by the Job Manager when initiating a batch report. By default all options are set to true.
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 |
---|
public BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType)
batchId
- BatchReport object idsUserNotes
- report user notessReportOutputType
- report output file typepublic BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportHTMLFile)
batchId
- BatchReport object idsUserNotes
- report user notessReportOutputType
- report output file typesReportHTMLFile
- HTML report file namepublic BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportTextFile, java.lang.String sReportFieldDelimiter, java.lang.String sReportTextQualifier)
batchId
- BatchReport object idsUserNotes
- report user notessReportOutputType
- report output file typesReportTextFile
- text report file namesReportFieldDelimiter
- report text file field delimitersReportTextQualifier
- report text file text qualifierMethod Detail |
---|
public void setBatchId(ObjectId batchId)
batchId
- BatchReport object idpublic ObjectId getBatchId()
public void setReportUserNotes(java.lang.String sCopy)
sCopy
- the report output file typepublic java.lang.String getReportUserNotes()
public void setReportOutputType(java.lang.String sCopy)
sCopy
- the report output file typepublic java.lang.String getReportOutputType()
public void setReportHTMLFile(java.lang.String sCopy)
sCopy
- the HTML report file namepublic java.lang.String getReportHTMLFile()
public void setReportTextFile(java.lang.String sCopy)
sCopy
- the text report file namepublic java.lang.String getReportTextFile()
public void setReportFieldDelimiter(java.lang.String sCopy)
sCopy
- the report text file field delimiterpublic java.lang.String getReportFieldDelimiter()
public void setReportTextQualifier(java.lang.String sCopy)
sCopy
- the report text file text qualifierpublic java.lang.String getReportTextQualifier()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |