public class UserAuth extends Object implements Serializable
| Constructor and Description | 
|---|
| UserAuth()Instantiates a new user auth. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getPassword()Returns the value of field 'password'. | 
| String | getUserName()Returns the value of field 'userName'. | 
| int | hashCode() | 
| void | setPassword(String password)Sets the value of field 'password'. | 
| void | setUserName(String userName)Sets the value of field 'userName'. | 
public String getPassword()
public String getUserName()
public void setPassword(String password)
password - the value of field 'password'.public void setUserName(String userName)
userName - the value of field 'userName'.Copyright © 2017. All rights reserved.