类 UserBaseInfo
java.lang.Object
cn.bbwres.biscuit.entity.UserBaseInfo
- 所有已实现的接口:
Serializable
用户基础信息对象
- 版本:
- $Id: $Id
- 作者:
- zhanglinfeng
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Getter for the fieldtenantId.Getter for the fielduserId.Getter for the fielduserInfo.Getter for the fieldusername.voidsetAuthorities(List<String> authorities) voidsetClientId(String clientId) voidsetTenantId(String tenantId) Setter for the fieldtenantId.voidSetter for the fielduserId.voidsetUserInfo(Object userInfo) Setter for the fielduserInfo.voidsetUsername(String username) Setter for the fieldusername.void
-
构造器详细资料
-
UserBaseInfo
public UserBaseInfo()
-
-
方法详细资料
-
getUserId
Getter for the field
userId.- 返回:
- a
Stringobject
-
setUserId
Setter for the field
userId.- 参数:
userId- aStringobject
-
getUsername
Getter for the field
username.- 返回:
- a
Stringobject
-
setUsername
Setter for the field
username.- 参数:
username- aStringobject
-
getTenantId
Getter for the field
tenantId.- 返回:
- a
Stringobject
-
setTenantId
Setter for the field
tenantId.- 参数:
tenantId- aStringobject
-
getUserInfo
Getter for the field
userInfo.- 返回:
- a T object
-
setUserInfo
Setter for the field
userInfo.- 参数:
userInfo- a T object
-
getClientId
-
setClientId
-
getZhName
-
setZhName
-
getAuthorities
-
setAuthorities
-