Package | Description |
---|---|
studentSystem |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<Course> |
Student.courses |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Course> |
Student.getCourses() |
Modifier and Type | Method and Description |
---|---|
void |
Student.setCourses(java.util.Set<Course> courses) |
Constructor and Description |
---|
Student(java.lang.String name,
int year,
Date joinDate,
java.util.Set<Course> courses,
java.util.List<GPA> gpas) |