|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.common.value.spread.BaseSpread
com.primavera.common.value.spread.ResourceAssignmentBaseSpread
com.primavera.common.value.spread.ProjectResourceRoleSpread
com.primavera.common.value.spread.ProjectResourceSpread
public class ProjectResourceSpread
Resource spread for Project, containing unit and/or cost fields that have been spread for a particular project over zero to many spread periods. For Resource spreads to be successfully loaded, the summarizer job service must have first been run on that particular project.
See the description in BaseSpread for information on how to access the loaded spread data.
Constructor Summary | |
---|---|
ProjectResourceSpread(SpreadData spreadData)
Constructor that creates ProjectResourceSpread object from which all Resource spread data for a Project can be accessed. |
Method Summary | |
---|---|
ObjectId |
getResourceObjectId()
Gets the unique ID of the associated Resource object |
void |
setResourceObjectId(ObjectId resourceObjectId)
Sets the unique ID of the associated Resource object |
Methods inherited from class com.primavera.common.value.spread.ProjectResourceRoleSpread |
---|
getProjectObjectId, setProjectObjectId |
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 |
---|
public ProjectResourceSpread(SpreadData spreadData)
spreadData
- the actual object which holds spread dataMethod Detail |
---|
public ObjectId getResourceObjectId()
public void setResourceObjectId(ObjectId resourceObjectId)
resourceObjectId
- the unique ID of the Resource
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |