|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mathpadapp.controllerapp.usercontroller.UserInfo
public class UserInfo
The Class UserInfo.
| Nested Class Summary | |
|---|---|
static class |
UserInfo.UserStatus
The Enum UserStatus. |
| Constructor Summary | |
|---|---|
UserInfo(UserIdentity userId)
Instantiates a new user info. |
|
| Method Summary | |
|---|---|
TableIdentity |
getTableIdentity()
Gets the table identity. |
UserIdentity |
getUserIdentity()
Gets the user identity. |
UserInfo.UserStatus |
getUserStatus()
Gets the user status. |
void |
setTableIdentity(TableIdentity tableId)
Sets the table identity. |
void |
setUserIdentity(UserIdentity userId)
Sets the user identity. |
void |
setUserStatus(UserInfo.UserStatus userStatus)
Sets the user status. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserInfo(UserIdentity userId)
userId - the user id| Method Detail |
|---|
public TableIdentity getTableIdentity()
public UserIdentity getUserIdentity()
public UserInfo.UserStatus getUserStatus()
public void setTableIdentity(TableIdentity tableId)
tableId - the new table identitypublic void setUserIdentity(UserIdentity userId)
userId - the new user identitypublic void setUserStatus(UserInfo.UserStatus userStatus)
userStatus - the new user statuspublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||