public class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
User(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUserName() |
void |
setPassword(String password) |
void |
setUserName(String userName) |