public class AccountInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
uid
User ID
|
java.lang.String |
userAccount
User account name
|
| Constructor and Description |
|---|
AccountInfo(int uid,
java.lang.String userAccount)
Constructs an AccountInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getUid()
Gets the user ID.
|
java.lang.String |
getUserAccount()
Gets the user account name.
|
java.lang.String |
toString() |