|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanTreeElementStruct
A single line representation of a PlanComponent used for the summary outline display. The outline display is the main view of the heap, and allows you to see the overall structure, what has changed recently, time estimates, and estimated completion dates.
| Field Summary | |
protected java.lang.String |
activityColor
The chromacoding color for this entry. |
protected int |
assignedTo
An indicator as to whether this PlanComponent is assigned to you, somebody else, or nobody. |
protected PlanTreeElementStruct[] |
children
The children of this element. |
protected int |
currPlanOffset
Tells where this element is relative to the current plan. |
protected java.lang.String |
dueColor
The chromacoding color for the due date. |
protected java.lang.String |
dueDate
The dueDate of the referenced component retrieved as a canonical string like targetCompletion. |
protected java.lang.String |
indentUnderscores
The indent level represented as a string of periods. |
protected java.util.Date |
lastModifiedTime
The lastModifiedTime of the referenced component. |
protected java.lang.String |
lineBackground
The background color to use for this line. |
protected int |
lineNumber
The line number of this element within the overall tree. |
protected java.lang.String |
name
The name of the referenced PlanComponent |
protected java.lang.String |
outlinePath
The outline identification for this referenced PlanComponent. |
protected PlanTreeElementStruct |
parent
The parent of this element. |
protected long |
planComponentID
The PlanComponent this tree element represents. |
protected int |
planStatus
And indication of whether this is a plan, and whether it is the current plan. |
protected long |
slack
The time between the targetCompletion and the dueDate. |
protected java.lang.String |
status
The status of the referenced plan component. |
protected java.lang.String |
targetCompletion
The targeted completion day. |
protected long |
timeEstimate
The estimated number of hours necessary to complete this reference component. |
protected long |
totalTime
The total number of estimated hours for this component. |
| Constructor Summary | |
PlanTreeElementStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long planComponentID
protected java.lang.String name
protected java.lang.String outlinePath
protected long timeEstimate
protected long totalTime
protected java.lang.String targetCompletion
protected long slack
protected java.lang.String status
protected java.lang.String activityColor
protected PlanTreeElementStruct parent
protected PlanTreeElementStruct[] children
protected java.util.Date lastModifiedTime
protected java.lang.String indentUnderscores
protected int lineNumber
protected java.lang.String lineBackground
protected int planStatus
enumerated constant values:
_NONPLAN = 0_NOTCURRENT = 1_CURRPLAN = 2protected int currPlanOffset
enumerated constant values:
_BEFORE = 0_AFTER = 1protected int assignedTo
enumerated constant values:
_NOBODY = 0_YOU = 1_OTHER = 2protected java.lang.String dueDate
protected java.lang.String dueColor
| Constructor Detail |
public PlanTreeElementStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||