com.primavera.common.value.spread
Class ActivitySpread
java.lang.Object
com.primavera.common.value.spread.BaseSpread
com.primavera.common.value.spread.ActivitySpread
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class ActivitySpread
- extends BaseSpread
Activity spread, containing unit and/or cost fields that have been spread for a
particular activity over zero to many spread periods. Activity spreads
are calculated live, and do not require the summarizer job service in order to be used.
See the description in BaseSpread for information on how to access the loaded spread data.
- See Also:
- Serialized Form
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 |
ActivitySpread
public ActivitySpread(SpreadData spreadData)
- Constructor. Create as ActivitySpread object through which all spread data can be
fetched.
- Parameters:
spreadData
- the actual object which holds spread data
Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.