org.apache.hupa.shared.rpc
Class LoginUser

java.lang.Object
  extended by org.apache.hupa.shared.rpc.LoginUser
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<LoginUserResult>

public class LoginUser
extends Object
implements net.customware.gwt.dispatch.shared.Action<LoginUserResult>, Serializable

See Also:
Serialized Form

Constructor Summary
LoginUser(String userName, String password)
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginUser

public LoginUser(String userName,
                 String password)
Method Detail

getUserName

public String getUserName()

getPassword

public String getPassword()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.