Primavera Integration API 7.0

com.primavera.integration.common
Class CopyWBSOptions

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

public class CopyWBSOptions
extends java.lang.Object
implements java.io.Serializable

WBS copying options used when copying a project. By default all options are set to true.

See Also:
Serialized Form

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

CopyWBSOptions

public CopyWBSOptions()
Method Detail

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

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.