net.agmodel.resData
Class SupervisorDetail

java.lang.Object
  |
  +--net.agmodel.resData.SupervisorDetail
All Implemented Interfaces:
Serializable

public class SupervisorDetail
extends Object
implements Serializable

Title: Description: Copyright: Copyright (c) 2002 Company:

See Also:
Serialized Form

Constructor Summary
SupervisorDetail(String userID, String password, String email)
           
 
Method Summary
 String getPassword()
           
 String getUserID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupervisorDetail

public SupervisorDetail(String userID,
                        String password,
                        String email)
Method Detail

getUserID

public String getUserID()

getPassword

public String getPassword()