|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanComponentStruct
org.sandev.TaskHeap.structs.TaskStruct
A Task is a unit of work that is completely described and has no child components. Tasks are organized into Plans as needed to describe larger work units.
| Field Summary | |
protected long |
taskPhaseID
The phase, as defined by the type, that this task is in. |
protected long |
taskTypeID
The type of task this is. |
| Fields inherited from class org.sandev.TaskHeap.structs.PlanComponentStruct |
description, dueDate, name, notes, parent, resourceID, timeEstimate |
| Constructor Summary | |
TaskStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long taskTypeID
development or bug fix. Individual heaps may
define additional types.
protected long taskPhaseID
open or
finished.
| Constructor Detail |
public TaskStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||