public class UserInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
uid
The user ID.
|
java.lang.String |
userAccount
The user account.
|
Constructor and Description |
---|
UserInfo() |
UserInfo(int uid,
java.lang.String userAccount) |
Modifier and Type | Method and Description |
---|---|
void |
SetUid(int uid) |
void |
SetUserAccount(java.lang.String userAccount) |