public class CopyActivityOptions extends Object implements Serializable
Constructor and Description |
---|
CopyActivityOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCopyActivityCodes()
Gets the flag indicating whether to copy activity codes.
|
boolean |
getCopyActivityRisks()
Gets the flag indicating whether to copy activity Risks.
|
boolean |
getCopyAssignmentCodes()
Gets the flag indicating whether to copy assignment codes.
|
boolean |
getCopyEPSCodesAtProjectLevel() |
boolean |
getCopyExpenses()
Gets the flag indicating whether to copy expenses.
|
boolean |
getCopyFinancialPeriods()
Gets the flag indicating whether to copy financial period data.
|
boolean |
getCopyNotebook()
Gets the flag indicating whether to copy notebooks.
|
boolean |
getCopyOnlyBetweenCopiedActivities()
Gets the flag indicating whether to copy relationships only between copied activities.
|
boolean |
getCopyRelationships()
Gets the flag indicating whether to copy relationships.
|
boolean |
getCopyResourceAndRoleAssignments()
Gets the flag indicating whether to copy resource and role assignments.
|
boolean |
getCopySteps()
Gets the flag indicating whether to copy steps.
|
boolean |
getCopyWPsAndDocs()
Gets the flag indicating whether to copy work products and documents.
|
void |
setCopyActivityCodes(boolean bCopy)
Sets the flag indicating whether to copy activity codes.
|
void |
setCopyActivityRisks(boolean bCopy)
Sets the flag indicating whether to copy activity Risks.
|
void |
setCopyAssignmentCodes(boolean bCopy)
Sets the flag indicating whether to copy assignment codes.
|
void |
setCopyEPSCodesAtProjectLevel(boolean copyEPSCodesAtProjectLevel) |
void |
setCopyExpenses(boolean bCopy)
Sets the flag indicating whether to copy expenses.
|
void |
setCopyFinancialPeriods(boolean bCopy)
Sets the flag indicating whether to copy financial period data.
|
void |
setCopyNotebook(boolean bCopy)
Sets the flag indicating whether to copy notebooks.
|
void |
setCopyOnlyBetweenCopiedActivities(boolean bCopy)
Sets the flag indicating whether to copy relationships only between copied activities.
|
void |
setCopyRelationships(boolean bCopy)
Sets the flag indicating whether to copy relationships.
|
void |
setCopyResourceAndRoleAssignments(boolean bCopy)
Sets the flag indicating whether to copy resource and role assignments.
|
void |
setCopySteps(boolean bCopy)
Sets the flag indicating whether to copy steps.
|
void |
setCopyWPsAndDocs(boolean bCopy)
Sets the flag indicating whether to copy work products and documents.
|
public void setCopyEPSCodesAtProjectLevel(boolean copyEPSCodesAtProjectLevel)
public boolean getCopyEPSCodesAtProjectLevel()
public void setCopyResourceAndRoleAssignments(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyResourceAndRoleAssignments()
public void setCopyRelationships(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyRelationships()
public void setCopyOnlyBetweenCopiedActivities(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyOnlyBetweenCopiedActivities()
public void setCopyExpenses(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyExpenses()
public void setCopyActivityCodes(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyActivityCodes()
public void setCopyWPsAndDocs(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyWPsAndDocs()
public void setCopyNotebook(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyNotebook()
public void setCopySteps(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopySteps()
public void setCopyFinancialPeriods(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyFinancialPeriods()
public void setCopyAssignmentCodes(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyActivityRisks()
public void setCopyActivityRisks(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyAssignmentCodes()
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.