Info
Class Student

java.lang.Object
  extended by Info.User
      extended by Info.Student

public class Student
extends User

Represents a student user.


Field Summary
 java.util.List<Assignment> homework
           
 
Fields inherited from class Info.User
firstName, id, lastName
 
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

homework

public java.util.List<Assignment> homework
Constructor Detail

Student

public Student()