public abstract class Gradebook
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Collection<Course> |
courses
The courses associated with this gradebook.
|
Instructor |
instructor
The Instructor associated with this gradebook.
|
| Constructor and Description |
|---|
Gradebook() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addCourse(Course cor)
Add courses to collection associated with this gradebook.
|
abstract void |
setInstructor(Instructor ins)
Set Instructor associated with this gradebook.
|
public java.util.Collection<Course> courses
public Instructor instructor
public abstract void setInstructor(Instructor ins)
public abstract void addCourse(Course cor)