public class UserInfo extends Object
| 构造器和说明 |
|---|
UserInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getId() |
Long |
getRoleId() |
String |
getUsername() |
void |
setId(Long id) |
void |
setRoleId(Long roleId) |
void |
setUsername(String username) |
public Long getId()
public void setId(Long id)
id - the id to setpublic Long getRoleId()
public void setRoleId(Long roleId)
roleId - the roleId to setpublic String getUsername()
public void setUsername(String username)
username - the username to setCopyright © 2018. All rights reserved.