public class UserAuth extends Object implements Serializable
| Constructor and Description | 
|---|
UserAuth()  | 
UserAuth(String username,
        String password)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getPassword()  | 
String | 
getUserName()  | 
int | 
hashCode()  | 
void | 
setPassword(String password)  | 
void | 
setUserName(String userName)  | 
Copyright © 2021. All rights reserved.