edu.pdx.cs399J.grader
Interface Notable

All Known Implementing Classes:
Assignment, Grade, NotableImpl, Student

public interface Notable

Classes that implement this interface have notes associated with them.

Since:
Fall 2000
Version:
$Revision: 1.4 $
Author:
David Whitlock

Method Summary
 void addNote(String note)
          Adds a note about this object.
 List<String> getNotes()
          Returns notes about this object.
 void removeNote(String note)
          Removes a note about this object
 

Method Detail

getNotes

List<String> getNotes()
Returns notes about this object.


addNote

void addNote(String note)
Adds a note about this object.


removeNote

void removeNote(String note)
Removes a note about this object

Since:
Summer 2004


Copyright © 2000-2009 Portland State University. All Rights Reserved.