public class UserInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserInfo.USER_ROLE |
| Constructor and Description |
|---|
UserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMail() |
UserInfo.USER_ROLE |
getRole() |
String |
getUsername() |
void |
setMail(String mail) |
void |
setRole(UserInfo.USER_ROLE role) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getMail()
public void setMail(String mail)
public UserInfo.USER_ROLE getRole()
public void setRole(UserInfo.USER_ROLE role)
Copyright © 2017. All Rights Reserved.