public class University extends Object
| Constructor and Description |
|---|
University() |
| Modifier and Type | Method and Description |
|---|---|
List<Course> |
getCourses() |
String |
getName() |
List<Student> |
getStudents() |
void |
setCourses(List<Course> courses) |
void |
setName(String name) |
void |
setStudents(List<Student> students) |
Copyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.