|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.NoteStruct
public class NoteStruct
A note is a general comment associated with a PlanComponent.
| Field Summary | |
|---|---|
protected long |
author
The author of this note. |
protected java.lang.String |
comment
The body text of the note. |
protected java.lang.String |
subject
A subject line for this note. |
| Constructor Summary | |
|---|---|
NoteStruct()
|
|
| 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 subject
protected java.lang.String comment
protected long author
| Constructor Detail |
|---|
public NoteStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||