| Package | Description |
|---|---|
| ejava.examples.webtier.bl | |
| ejava.examples.webtier.bo |
| Modifier and Type | Method and Description |
|---|---|
Student |
RegistrarImpl.completeCourse(Student student,
Grade grade) |
Student |
Registrar.completeCourse(Student student,
Grade grade) |
| 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.