| Modifier and Type | Field and Description |
|---|---|
private List<Grade> |
Student.grades |
| Modifier and Type | Method and Description |
|---|---|
List<Grade> |
Student.getGrades() |
| Modifier and Type | Method and Description |
|---|---|
void |
Student.setGrades(List<Grade> grades) |
| Constructor and Description |
|---|
Student(long id,
String firstName,
String lastName,
List<Grade> grades) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.