gov.nasa.arc.brahms.common.rt
Class Note

java.lang.Object
  extended by gov.nasa.arc.brahms.common.rt.Note

public class Note
extends java.lang.Object

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.

Version:
1.0
Author:
Ron van Hoof

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

Note

public Note(java.lang.String note)
Constructor, creates a new Note

Parameters:
note - the information
Method Detail

setNote

public void setNote(java.lang.String note)
Sets the note information

Parameters:
note - the note information

getNote

public java.lang.String getNote()
Returns the note information

Returns:
String the note information


Copyright © 1997-2012 All Rights Reserved.