Package edu.pdx.cs410J.grader.gradebook
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
-
Method Details
-
getNotes
Returns notes about this object. -
addNote
Adds a note about this object. -
removeNote
Removes a note about this object- Since:
- Summer 2004
-