grader.gradebook
Class ClassDB

java.lang.Object
  extended by grader.gradebook.ClassDB

public class ClassDB
extends java.lang.Object

Generic JavaDoc for ClassDB


Field Summary
protected  java.util.Collection<java.lang.String> object1
           
protected  java.util.Collection<java.lang.Integer> object2
           
protected  java.util.Collection<java.lang.String> object3
           
 
Constructor Summary
ClassDB()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object1

protected java.util.Collection<java.lang.String> object1

object2

protected java.util.Collection<java.lang.Integer> object2

object3

protected java.util.Collection<java.lang.String> object3
Constructor Detail

ClassDB

public ClassDB()
Default Constructor