testtool.component
Class Lecture

java.lang.Object
  extended by testtool.component.Lecture

public abstract class Lecture
extends java.lang.Object


Nested Class Summary
private  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  Course course
           
private  Lecture.Section section
           
 
Constructor Summary
Lecture()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

course

private Course course

section

private Lecture.Section section
Constructor Detail

Lecture

public Lecture()