|
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.CopyWBSOptions
public class CopyWBSOptions
WBS copying options used when copying a project. By default all options are set to true.
Constructor Summary | |
---|---|
CopyWBSOptions()
|
Method Summary | |
---|---|
boolean |
getCopyActivities()
Gets the flag indicating whether to copy high level resource planning assignments. |
boolean |
getCopyHighLevelResourcePlanningAssignments()
Gets the flag indicating whether to copy high level resource planning assignments. |
boolean |
getCopyNotebook()
Gets the flag indicating whether to copy notebooks |
boolean |
getCopyWBSMilestones()
Gets the flag indicating whether to copy WBS milestones |
boolean |
getCopyWPsAndDocs()
Gets the flag indicating whether to copy work products and documents |
void |
setCopyActivities(boolean bCopy)
Sets the flag indicating whether to copy activities |
void |
setCopyHighLevelResourcePlanningAssignments(boolean bCopy)
Sets the flag indicating whether to copy activities |
void |
setCopyNotebook(boolean bCopy)
Sets the flag indicating whether to copy notebooks |
void |
setCopyWBSMilestones(boolean bCopy)
Sets the flag indicating whether to copy WBS milestones |
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 CopyWBSOptions()
Method Detail |
---|
public void setCopyNotebook(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyNotebook()
public void setCopyWBSMilestones(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyWBSMilestones()
public void setCopyWPsAndDocs(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyWPsAndDocs()
public void setCopyActivities(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyActivities()
public void setCopyHighLevelResourcePlanningAssignments(boolean bCopy)
bCopy
- true to copy, false otherwisepublic boolean getCopyHighLevelResourcePlanningAssignments()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |