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