|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecutionObject
The ExecutionObject is an interface that holds attributes
that are common to plans, activities and deliverables.
Supported API: true
Extendable: false
ProjectPlan,
ProjectActivity,
wt.projmgmt.execution.SummarytActivity,
Deliverable| Field Summary | |
|---|---|
static String |
CURRENT_WORK_COST
Label for the attribute. |
static String |
ESTIMATED_FINISH_DATE
Label for the attribute; For milestones, estimate of the time milestone would be met; for project plans and activities, estimated finish date; for deliverables, estimated date it would be satisfied. |
static String |
HEALTH_STATUS
Label for the attribute; Measure of confidence of completing successfully the task or work represented by the execution object. |
static String |
INHERITED_DEADLINE
Label for the attribute; Earliest date by which a containing object must be met/completed/delivered. |
static String |
PERCENT_COMPLETE
Label for the attribute; Quantitative assessment of how close object is from being met/completed/delivered. |
static String |
PERFORMED_WORK
Label for the attribute; Work performed in a given project management object. |
static String |
PROJECT_CATEGORY
Label for the attribute; Classification attribute for project management objects. |
static String |
RISK_DESCRIPTION
Label for the attribute; Longer textual qualitative assessment of risks of meeting/completing/delivering the object within the time and available resources. |
static String |
RISK_VALUE
Label for the attribute; Short qualitative assessment of risks of meeting/completing/delivering the object within the time and available resources. |
static String |
STATUS_DESCRIPTION
Label for the attribute; Textual descriptionof confidence of completing successfully the task or work represented by the execution object. |
static String |
TOTAL_WORK
Label for the attribute; Total work associated with a given project management object. |
static String |
TOTAL_WORK_COST
Label for the attribute. |
| Method Summary | |
|---|---|
Currency |
getCurrentWorkCost()
Gets the value of the attribute: CURRENT_WORK_COST. |
Timestamp |
getEstimatedFinishDate()
Gets the value of the attribute: ESTIMATED_FINISH_DATE. |
ProjectHealthStatus |
getHealthStatus()
Gets the value of the attribute: HEALTH_STATUS. |
Timestamp |
getInheritedDeadline()
Gets the value of the attribute: INHERITED_DEADLINE. |
int |
getPercentComplete()
Gets the value of the attribute: PERCENT_COMPLETE. |
wt.projmgmt.resource.Work |
getPerformedWork()
Gets the value of the attribute: PERFORMED_WORK. |
ProjectCategory |
getProjectCategory()
Gets the value of the attribute: PROJECT_CATEGORY. |
String |
getRiskDescription()
Gets the value of the attribute: RISK_DESCRIPTION. |
ProjectRiskValue |
getRiskValue()
Gets the value of the attribute: RISK_VALUE. |
String |
getStatusDescription()
Gets the value of the attribute: STATUS_DESCRIPTION. |
wt.projmgmt.resource.Work |
getTotalWork()
Gets the value of the attribute: TOTAL_WORK. |
Currency |
getTotalWorkCost()
Gets the value of the attribute: TOTAL_WORK_COST. |
void |
setCurrentWorkCost(Currency a_CurrentWorkCost)
Sets the value of the attribute: CURRENT_WORK_COST. |
void |
setEstimatedFinishDate(Timestamp a_EstimatedFinishDate)
Sets the value of the attribute: ESTIMATED_FINISH_DATE. |
void |
setHealthStatus(ProjectHealthStatus a_HealthStatus)
Sets the value of the attribute: HEALTH_STATUS. |
void |
setInheritedDeadline(Timestamp a_InheritedDeadline)
Sets the value of the attribute: INHERITED_DEADLINE. |
void |
setPercentComplete(int a_PercentComplete)
Sets the value of the attribute: PERCENT_COMPLETE. |
void |
setPerformedWork(wt.projmgmt.resource.Work a_PerformedWork)
Sets the value of the attribute: PERFORMED_WORK. |
void |
setProjectCategory(ProjectCategory a_ProjectCategory)
Sets the value of the attribute: PROJECT_CATEGORY. |
void |
setRiskDescription(String a_RiskDescription)
Sets the value of the attribute: RISK_DESCRIPTION. |
void |
setRiskValue(ProjectRiskValue a_RiskValue)
Sets the value of the attribute: RISK_VALUE. |
void |
setStatusDescription(String a_StatusDescription)
Sets the value of the attribute: STATUS_DESCRIPTION. |
void |
setTotalWork(wt.projmgmt.resource.Work a_TotalWork)
Sets the value of the attribute: TOTAL_WORK. |
void |
setTotalWorkCost(Currency a_TotalWorkCost)
Sets the value of the attribute: TOTAL_WORK_COST. |
| Field Detail |
|---|
static final String CURRENT_WORK_COST
static final String ESTIMATED_FINISH_DATE
static final String HEALTH_STATUS
ProjectHealthStatus,
Constant Field Valuesstatic final String INHERITED_DEADLINE
static final String PERCENT_COMPLETE
static final String PERFORMED_WORK
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
static final String PROJECT_CATEGORY
static final String RISK_DESCRIPTION
static final String RISK_VALUE
ProjectRiskValue,
Constant Field Valuesstatic final String STATUS_DESCRIPTION
static final String TOTAL_WORK
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
static final String TOTAL_WORK_COST
| Method Detail |
|---|
Currency getCurrentWorkCost()
void setCurrentWorkCost(Currency a_CurrentWorkCost)
a_CurrentWorkCost - Timestamp getEstimatedFinishDate()
void setEstimatedFinishDate(Timestamp a_EstimatedFinishDate)
a_EstimatedFinishDate - ProjectHealthStatus getHealthStatus()
ProjectHealthStatusvoid setHealthStatus(ProjectHealthStatus a_HealthStatus)
a_HealthStatus - ProjectHealthStatusTimestamp getInheritedDeadline()
void setInheritedDeadline(Timestamp a_InheritedDeadline)
a_InheritedDeadline - int getPercentComplete()
void setPercentComplete(int a_PercentComplete)
a_PercentComplete - wt.projmgmt.resource.Work getPerformedWork()
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
void setPerformedWork(wt.projmgmt.resource.Work a_PerformedWork)
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
a_PerformedWork - ProjectCategory getProjectCategory()
void setProjectCategory(ProjectCategory a_ProjectCategory)
a_ProjectCategory - String getRiskDescription()
void setRiskDescription(String a_RiskDescription)
a_RiskDescription - ProjectRiskValue getRiskValue()
ProjectRiskValuevoid setRiskValue(ProjectRiskValue a_RiskValue)
a_RiskValue - ProjectRiskValueString getStatusDescription()
void setStatusDescription(String a_StatusDescription)
a_StatusDescription - wt.projmgmt.resource.Work getTotalWork()
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
void setTotalWork(wt.projmgmt.resource.Work a_TotalWork)
performedWork <= totalWork percentComplete = (performedWork / totalWork) * 100
a_TotalWork - Currency getTotalWorkCost()
void setTotalWorkCost(Currency a_TotalWorkCost)
a_TotalWorkCost -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||