public class AccountInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
uid |
java.lang.String |
userAccount |
| Constructor and Description |
|---|
AccountInfo(int uid,
java.lang.String userAccount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getUid() |
java.lang.String |
getUserAccount() |
java.lang.String |
toString() |