Info
Class Instructor

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

public abstract class Instructor
extends User

Represents an Instructor user.


Field Summary
 
Fields inherited from class Info.User
firstName, id, lastName
 
Constructor Summary
Instructor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instructor

public Instructor()