org.molgenis.omx.mobile.login
Class LoginRequest

java.lang.Object
  extended by org.molgenis.omx.mobile.login.LoginRequest

public class LoginRequest
extends Object


Constructor Summary
LoginRequest()
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginRequest

public LoginRequest()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2013. All Rights Reserved.