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