Class EPSSpread
java.lang.Object
com.primavera.common.value.spread.BaseSpread
com.primavera.common.value.spread.WBSSpread
com.primavera.common.value.spread.ProjectSpread
com.primavera.common.value.spread.EPSSpread
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<SpreadPeriod>
EPS spread, containing unit and/or cost fields that have been spread for a particular EPS over zero to many spread periods. For EPS spreads to be successfully loaded, the summarizer job service must have first been run on that particular EPS object.
See the description in BaseSpread for information on how to access the loaded spread data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.primavera.common.value.spread.BaseSpread
clearFinancialValues, ensureSpreadSpansDate, ensureSpreadSpansDate, getCostFields, getSpreadBucketType, getSpreadBucketTypeEnum, getSpreadEnd, getSpreadIterator, getSpreadPeriod, getSpreadStart, getUnitFields, hasCumulativeData, iterator, size, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
EPSSpread
Constructor.- Parameters:
spreadData- the actual object which hold spread data
-