|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanComponentReportStruct
public class PlanComponentReportStruct
An overview summary of the description and notes for a PlanComponent. This provides an overview of a Task or Plan that focused on the descriptive information, without all the execution details like assignments or time estimates. A PlanComponentReport is shown when clicking on description in the main heap overview.
| Field Summary | |
|---|---|
protected int |
componentType
The type of component this was sourced from. |
protected java.lang.String |
description
The text description for the component this was generated for. |
protected java.lang.String |
notes
The full note thread summary in XHTML. |
protected long |
phase
The current phase of this Task, as defined by the type. |
protected long |
sourceComponent
The PlanComponent this overview was generated from. |
| Constructor Summary | |
|---|---|
PlanComponentReportStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected long phase
protected java.lang.String notes
protected int componentType
enumerated constant values:
UNKNOWN("unknown") = 0TASK("Task") = 1PLAN("Plan") = 2EXTERNALPLAN("ExternalPlan") = 3protected long sourceComponent
| Constructor Detail |
|---|
public PlanComponentReportStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||