public class CopyProjectOptions extends Object implements Serializable
Constructor and Description |
---|
CopyProjectOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCopyActualToPlannedValues()
Gets the flag indicating whether to copy actual values or planned values from a project to a template project's planned values
|
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 |
setCopyActualToPlannedValues(boolean bCopy)
Sets the flag indicating whether to copy actual values or planned values from a project to a template project's planned values
|
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
|
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()
public void setCopyActualToPlannedValues(boolean bCopy)
bCopy
- true to copy actual values, false to copy planned valuespublic boolean getCopyActualToPlannedValues()
Copyright © 2003, 2022, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.