Class WBSResourceSpread
java.lang.Object
com.primavera.common.value.spread.BaseSpread
com.primavera.common.value.spread.ResourceAssignmentBaseSpread
com.primavera.common.value.spread.SummaryAssignmentSpread
com.primavera.common.value.spread.WBSResourceRoleSpread
com.primavera.common.value.spread.WBSResourceSpread
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<SpreadPeriod>
Resource assignment spread, containing unit and/or cost fields that have been spread for a
particular Resource within a particular WBS over zero to many spread periods. For assignment
spread data to be successfully loaded, the summarizer job service must have first been run on
the project containing that particular WBS and the project must be configured to summarize
assignments to the level in the WBS hierarchy where that WBS is located.
See the description in BaseSpread for information on how to access the loaded spread data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWBSResourceSpread(SpreadData spreadData) Constructor that creates WBSResourceSpread object from which all Resource spread data for a WBS can be accessed. -
Method Summary
Modifier and TypeMethodDescriptionGets the unique ID of the associated Resource object.voidsetResourceObjectId(ObjectId resourceObjectId) Sets the unique ID of the associated Resource object.Methods inherited from class com.primavera.common.value.spread.WBSResourceRoleSpread
getWBSObjectId, setWBSObjectIdMethods inherited from class com.primavera.common.value.spread.SummaryAssignmentSpread
getActualFinishDate, getActualStartDate, getRemainingFinishDate, getRemainingStartDate, getResourceType, setActualFinishDate, setActualStartDate, setFinancialPeriodIds, setRemainingFinishDate, setRemainingStartDate, setResourceTypeMethods 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
-
WBSResourceSpread
Constructor that creates WBSResourceSpread object from which all Resource spread data for a WBS can be accessed.- Parameters:
spreadData- the actual object which holds spread data
-
-
Method Details
-
getResourceObjectId
Gets the unique ID of the associated Resource object.- Returns:
- the unique ID of the Resource
-
setResourceObjectId
Sets the unique ID of the associated Resource object.- Parameters:
resourceObjectId- the unique ID of the Resource
-