|
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.CopyActivityOptions
public class CopyActivityOptions
Activity copying options used when copying a project or an activity. By default all options are set to true.
Constructor Summary | |
---|---|
CopyActivityOptions()
|
Method Summary | |
---|---|
boolean |
getCopyActivityCodes()
Gets the flag indicating whether to copy activity codes. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyActivityOptions()
Method Detail |
---|
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()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |