|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.component.Teacher
public class Teacher
This teacher class contains their name and list of their classes that they are teaching.
| Field Summary | |
|---|---|
private java.util.List<Lecture> |
classes
|
private java.lang.String |
name
|
| Constructor Summary | |
|---|---|
Teacher()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String name
private java.util.List<Lecture> classes
| Constructor Detail |
|---|
public Teacher()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||