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

    Modifier and Type
    Method
    Description
    void
    Adds a note about this object.
    Returns notes about this object.
    void
    Removes a note about this object
  • Method Details