net.agmodel.resData
Class UserDetail

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

public class UserDetail
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
UserDetail(String userID, String password, String phone, 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

UserDetail

public UserDetail(String userID,
                  String password,
                  String phone,
                  String email)
Method Detail

getUserID

public String getUserID()

getPassword

public String getPassword()