Primavera Integration API 7.0

com.primavera.common.value.spread
Class WBSSpread

java.lang.Object
  extended by com.primavera.common.value.spread.BaseSpread
      extended by com.primavera.common.value.spread.WBSSpread
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
ProjectSpread

public class WBSSpread
extends BaseSpread

WBS spread, containing unit and/or cost fields that have been spread for a particular WBS over zero to many spread periods. For WBS spreads to be successfully loaded, the summarizer job service must have first been run on the parent project object.

See the description in BaseSpread for information on how to access the loaded spread data.

See Also:
Serialized Form

Constructor Summary
WBSSpread(SpreadData spreadData)
          Constructor.
 
Method Summary
 
Methods inherited from class com.primavera.common.value.spread.BaseSpread
clearFinancialValues, ensureSpreadSpansDate, getCostFields, getSpreadBucketType, getSpreadBucketTypeEnum, getSpreadEnd, getSpreadIterator, getSpreadPeriod, getSpreadStart, getUnitFields, hasCumulativeData, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WBSSpread

public WBSSpread(SpreadData spreadData)
Constructor. Create as WBSSpread object through which all spread data can be fetched.

Parameters:
spreadData - the actual object which holds spread data

Primavera Integration API 7.0

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