|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nasa.arc.brahms.common.rt.Note
public class Note
A Note represents additional information that can be stored for a context. The note can be used in an explanation facility to provide additional information about a context.
Constructor Summary | |
---|---|
Note(java.lang.String note)
Constructor, creates a new Note |
Method Summary | |
---|---|
java.lang.String |
getNote()
Returns the note information |
void |
setNote(java.lang.String note)
Sets the note information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Note(java.lang.String note)
note
- the informationMethod Detail |
---|
public void setNote(java.lang.String note)
note
- the note informationpublic java.lang.String getNote()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |