grader.student
Class Student

java.lang.Object
  extended by grader.student.Student

public class Student
extends java.lang.Object

A student contains the StudentInfo object.


Field Summary
protected  java.util.Collection<java.lang.Integer> grades
           
protected  StudentInfo studentinfo
           
 
Constructor Summary
Student()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

studentinfo

protected StudentInfo studentinfo

grades

protected java.util.Collection<java.lang.Integer> grades
Constructor Detail

Student

public Student()
Default Constructor