testtool.Main
Class EditableTest

java.lang.Object
  extended by testtool.Main.EditableTest

public class EditableTest
extends java.lang.Object

A test contains information about its length, what class it is for, and what questions it consists of.


Field Summary
protected  java.util.Collection<QuestionBlock> blocks
           
protected  java.lang.String className
           
protected  Time length
           
protected  int numQuestions
           
 
Constructor Summary
EditableTest()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected Time length

blocks

protected java.util.Collection<QuestionBlock> blocks

className

protected java.lang.String className

numQuestions

protected int numQuestions
Constructor Detail

EditableTest

public EditableTest()
Default Constructor