testtool.component
Class Lecture.Section

java.lang.Object
  extended by testtool.component.Lecture.Section
Enclosing class:
Lecture

private abstract class Lecture.Section
extends java.lang.Object

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

name

private java.lang.String name

students

private java.util.List<Student> students
Constructor Detail

Lecture.Section

private Lecture.Section()