public class User extends Object
| Constructor and Description |
|---|
User() |
User(String userid,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUserid() |
void |
setPassword(String password) |
void |
setUserid(String userid) |
String |
toString() |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.