|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.component.Lecture.Section
private abstract class Lecture.Section
The class section contains a section name and a list of student for when you want to grade or publish tests.
| Field Summary | |
|---|---|
private java.lang.String |
name
|
private java.util.List<Student> |
students
|
| Constructor Summary | |
|---|---|
private |
Lecture.Section()
|
| 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<Student> students
| Constructor Detail |
|---|
private Lecture.Section()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||