shared
Class UserVerification

java.lang.Object
  extended by shared.UserVerification
All Implemented Interfaces:
java.io.Serializable

public class UserVerification
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserVerification(long userId, java.lang.String password)
          constructor to instantiate the class UserVerification
 
Method Summary
 java.lang.String getPassword()
           
 long getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserVerification

public UserVerification(long userId,
                        java.lang.String password)
constructor to instantiate the class UserVerification

Parameters:
userId -
password -
Method Detail

getUserId

public long getUserId()
Returns:
userId

getPassword

public java.lang.String getPassword()
Returns:
password