testtool.component
Class Course

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

public class Course
extends java.lang.Object

The course class is used for management of tests in both the test bank and student app. It contains a title.


Field Summary
private  java.lang.String title
           
 
Constructor Summary
Course()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private java.lang.String title
Constructor Detail

Course

public Course()