Class CopyWBSOptions

java.lang.Object
com.primavera.integration.common.CopyWBSOptions
All Implemented Interfaces:
Serializable

public class CopyWBSOptions extends Object implements Serializable
WBS copying options used when copying a project. By default all options are set to true.
See Also:
  • 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