|
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.CopyProjectOptions
public class CopyProjectOptions
Project copying options used when copying a project. By default all options are set to true.
Constructor Summary | |
---|---|
CopyProjectOptions()
|
Method Summary | |
---|---|
boolean |
getCopyDocuments()
Gets the flag indicating whether to copy documents |
boolean |
getCopyFundingSources()
Gets the flag indicating whether to copy funding sources |
boolean |
getCopyIssuesThresholds()
Gets the flag indicating whether to copy issues and thresholds |
boolean |
getCopyReports()
Gets the flag indicating whether to copy reports |
boolean |
getCopyRisks()
Gets the flag indicating whether to copy risks |
boolean |
getCopySummaryData()
Gets the flag indicating whether to copy summary data |
void |
setCopyDocuments(boolean bCopy)
Sets the flag indicating whether to copy documents |
void |
setCopyFundingSources(boolean bCopy)
Sets the flag indicating whether to copy funding sources |
void |
setCopyIssuesThresholds(boolean bCopy)
Sets the flag indicating whether to copy issues and thresholds |
void |
setCopyReports(boolean bCopy)
Sets the flag indicating whether to copy reports |
void |
setCopyRisks(boolean bCopy)
Sets the flag indicating whether to copy risks |
void |
setCopySummaryData(boolean bCopy)
Sets the flag indicating whether to copy summary data |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyProjectOptions()
Method Detail |
---|
public void setCopyRisks(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyRisks()
public void setCopyIssuesThresholds(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyIssuesThresholds()
public void setCopyReports(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyReports()
public void setCopyDocuments(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyDocuments()
public void setCopyFundingSources(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyFundingSources()
public void setCopySummaryData(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopySummaryData()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |