Package com.primavera.integration.common
Class CopyWBSOptions
java.lang.Object
com.primavera.integration.common.CopyWBSOptions
- All Implemented Interfaces:
Serializable
WBS copying options used when copying a project. By default all options are
set to true.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the flag indicating whether to copy high level resource planning assignments.booleanGets the flag indicating whether to copy high level resource planning assignments.booleanGets the flag indicating whether to copy notebooksbooleanGets the flag indicating whether to copy WBS milestonesbooleanGets the flag indicating whether to copy work products and documentsvoidsetCopyActivities(boolean bCopy) Sets the flag indicating whether to copy activitiesvoidsetCopyHighLevelResourcePlanningAssignments(boolean bCopy) Sets the flag indicating whether to copy activitiesvoidsetCopyNotebook(boolean bCopy) Sets the flag indicating whether to copy notebooksvoidsetCopyWBSMilestones(boolean bCopy) Sets the flag indicating whether to copy WBS milestonesvoidsetCopyWPsAndDocs(boolean bCopy) Sets the flag indicating whether to copy work products and documents
-
Constructor Details
-
CopyWBSOptions
public CopyWBSOptions()
-
-
Method Details
-
setCopyNotebook
public void setCopyNotebook(boolean bCopy) Sets the flag indicating whether to copy notebooks- Parameters:
bCopy- true to copy, false otherwise
-
getCopyNotebook
public boolean getCopyNotebook()Gets the flag indicating whether to copy notebooks- Returns:
- boolean true to copy, false otherwise
-
setCopyWBSMilestones
public void setCopyWBSMilestones(boolean bCopy) Sets the flag indicating whether to copy WBS milestones- Parameters:
bCopy- true to copy, false otherwise
-
getCopyWBSMilestones
public boolean getCopyWBSMilestones()Gets the flag indicating whether to copy WBS milestones- Returns:
- boolean true to copy, false otherwise
-
setCopyWPsAndDocs
public void setCopyWPsAndDocs(boolean bCopy) Sets the flag indicating whether to copy work products and documents- Parameters:
bCopy- true to copy, false otherwise
-
getCopyWPsAndDocs
public boolean getCopyWPsAndDocs()Gets the flag indicating whether to copy work products and documents- Returns:
- boolean true to copy, false otherwise
-
setCopyActivities
public void setCopyActivities(boolean bCopy) Sets the flag indicating whether to copy activities- Parameters:
bCopy- true to copy, false otherwise
-
getCopyActivities
public boolean getCopyActivities()Gets the flag indicating whether to copy high level resource planning assignments.- Returns:
- boolean true to copy, false otherwise
-
setCopyHighLevelResourcePlanningAssignments
public void setCopyHighLevelResourcePlanningAssignments(boolean bCopy) Sets the flag indicating whether to copy activities- Parameters:
bCopy- true to copy, false otherwise
-
getCopyHighLevelResourcePlanningAssignments
public boolean getCopyHighLevelResourcePlanningAssignments()Gets the flag indicating whether to copy high level resource planning assignments.- Returns:
- boolean true to copy, false otherwise
-