|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.TaskPhaseStruct
A TaskPhase is a known state for a particular type of task. For example a typical general phase might be "pending" or "completed". Other phases will be specific to the particular type of task. Phases communicate the overall status of the task for ease of reference.
| Field Summary | |
protected java.lang.String |
description
A description of what this phase means. |
protected java.lang.String |
name
An intuitive name for this task phase. |
| Constructor Summary | |
TaskPhaseStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
pending,
complete,
fixed,
proposed,
resolved
etc.
protected java.lang.String description
| Constructor Detail |
public TaskPhaseStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||