Primavera Integration API Release 8

com.primavera.common.value.spread
Class ResourceAssignmentBaseSpread

java.lang.Object
  extended by com.primavera.common.value.spread.BaseSpread
      extended by com.primavera.common.value.spread.ResourceAssignmentBaseSpread
All Implemented Interfaces:
Serializable, Cloneable, Iterable<SpreadPeriod>
Direct Known Subclasses:
ResourceAssignmentSpread, SummaryAssignmentSpread

public abstract class ResourceAssignmentBaseSpread
extends BaseSpread

The ResourceAssignmentBaseSpread class defines the access methods for the ResourceAssignmentSpread class. A resource assignment spread is calculated according to its bucket type. Resource assignment spreads are calculated live and therefore can be used without running the summarizer job service.

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

See Also:
Serialized Form

Constructor Summary
ResourceAssignmentBaseSpread(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, iterator, recycle, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceAssignmentBaseSpread

public ResourceAssignmentBaseSpread(SpreadData spreadData)
Constructor. Creates the ResourceAssignmentBaseSpread object through which all spread data can be fetched.

Parameters:
spreadData - the object that holds the spread data

Primavera Integration API Release 8

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