Primavera Integration API 7.0

com.primavera.integration.common
Class CopyProjectOptions

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

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

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

See Also:
Serialized Form

Constructor Summary
CopyProjectOptions()
           
 
Method Summary
 boolean getCopyDocuments()
          Gets the flag indicating whether to copy documents
 boolean getCopyFundingSources()
          Gets the flag indicating whether to copy funding sources
 boolean getCopyIssuesThresholds()
          Gets the flag indicating whether to copy issues and thresholds
 boolean getCopyReports()
          Gets the flag indicating whether to copy reports
 boolean getCopyRisks()
          Gets the flag indicating whether to copy risks
 boolean getCopySummaryData()
          Gets the flag indicating whether to copy summary data
 void setCopyDocuments(boolean bCopy)
          Sets the flag indicating whether to copy documents
 void setCopyFundingSources(boolean bCopy)
          Sets the flag indicating whether to copy funding sources
 void setCopyIssuesThresholds(boolean bCopy)
          Sets the flag indicating whether to copy issues and thresholds
 void setCopyReports(boolean bCopy)
          Sets the flag indicating whether to copy reports
 void setCopyRisks(boolean bCopy)
          Sets the flag indicating whether to copy risks
 void setCopySummaryData(boolean bCopy)
          Sets the flag indicating whether to copy summary data
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyProjectOptions

public CopyProjectOptions()
Method Detail

setCopyRisks

public void setCopyRisks(boolean bCopy)
Sets the flag indicating whether to copy risks

Parameters:
bCopy - true to copy, false otherwise

getCopyRisks

public boolean getCopyRisks()
Gets the flag indicating whether to copy risks

Returns:
boolean true to copy, false otherwise

setCopyIssuesThresholds

public void setCopyIssuesThresholds(boolean bCopy)
Sets the flag indicating whether to copy issues and thresholds

Parameters:
bCopy - true to copy, false otherwise

getCopyIssuesThresholds

public boolean getCopyIssuesThresholds()
Gets the flag indicating whether to copy issues and thresholds

Returns:
boolean true to copy, false otherwise

setCopyReports

public void setCopyReports(boolean bCopy)
Sets the flag indicating whether to copy reports

Parameters:
bCopy - true to copy, false otherwise

getCopyReports

public boolean getCopyReports()
Gets the flag indicating whether to copy reports

Returns:
boolean true to copy, false otherwise

setCopyDocuments

public void setCopyDocuments(boolean bCopy)
Sets the flag indicating whether to copy documents

Parameters:
bCopy - true to copy, false otherwise

getCopyDocuments

public boolean getCopyDocuments()
Gets the flag indicating whether to copy documents

Returns:
boolean true to copy, false otherwise

setCopyFundingSources

public void setCopyFundingSources(boolean bCopy)
Sets the flag indicating whether to copy funding sources

Parameters:
bCopy - true to copy, false otherwise

getCopyFundingSources

public boolean getCopyFundingSources()
Gets the flag indicating whether to copy funding sources

Returns:
boolean true to copy, false otherwise

setCopySummaryData

public void setCopySummaryData(boolean bCopy)
Sets the flag indicating whether to copy summary data

Parameters:
bCopy - true to copy, false otherwise

getCopySummaryData

public boolean getCopySummaryData()
Gets the flag indicating whether to copy summary data

Returns:
boolean true to copy, false otherwise

Primavera Integration API 7.0

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