testtool.component
Class Student

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

public abstract class Student
extends java.lang.Object

This class represents a student. It contains the students name and their username for publishing and grading.


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

Field Detail

name

private java.lang.String name

username

private java.lang.String username
Constructor Detail

Student

public Student()