|
|||||||||
| 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
public class TaskStruct
A single fully described unit of work.
| 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 |
|---|
assignedTo, description, dueDate, dueDelta, dueDeltaSense, dueDeltaValue, dueReference, dueTimeUnits, dueType, heap, name, notes, parent, relRoundDay, relRounding, responsibilities, timeEstimate |
| Constructor Summary | |
|---|---|
TaskStruct()
|
|
| Method Summary |
|---|
| 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 to-do. Individual heaps
may define additional types.
development or to-do. Individual heaps
may define additional types.protected long taskPhaseID
open or
finished.
open or
finished.| Constructor Detail |
|---|
public TaskStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||