public class AccountInfo extends BaseEntity
| 构造器和说明 |
|---|
AccountInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount()
Getter method for property account.
|
String |
getAvatar()
Getter method for property avatar.
|
String |
getLastLoginIp()
Getter method for property lastLoginIp.
|
String |
getLastLoginTime()
Getter method for property lastLoginTime.
|
String |
getPassword()
Getter method for property password.
|
String |
getPhone()
Getter method for property phone.
|
String |
getRealName()
Getter method for property realName.
|
int |
getSex()
Getter method for property sex.
|
int |
getStatus()
Getter method for property status.
|
String |
getThatLoginIp()
Getter method for property thatLoginIp.
|
String |
getThatLoginTime()
Getter method for property thatLoginTime.
|
int |
getUserLevel()
Getter method for property userLevel.
|
int |
getUserType()
Getter method for property userType.
|
void |
setAccount(String account)
Setter method for property account.
|
void |
setAvatar(String avatar)
Setter method for property avatar.
|
void |
setLastLoginIp(String lastLoginIp)
Setter method for property lastLoginIp.
|
void |
setLastLoginTime(String lastLoginTime)
Setter method for property lastLoginTime.
|
void |
setPassword(String password)
Setter method for property password.
|
void |
setPhone(String phone)
Setter method for property phone.
|
void |
setRealName(String realName)
Setter method for property realName.
|
void |
setSex(int sex)
Setter method for property sex.
|
void |
setStatus(int status)
Setter method for property status.
|
void |
setThatLoginIp(String thatLoginIp)
Setter method for property thatLoginIp.
|
void |
setThatLoginTime(String thatLoginTime)
Setter method for property thatLoginTime.
|
void |
setUserLevel(int userLevel)
Setter method for property userLevel.
|
void |
setUserType(int userType)
Setter method for property userType.
|
void |
updateLoginInfo(javax.servlet.http.HttpServletRequest request)
更新上一次登录信息
|
deleted, deletedHard, deletedSoft, getCreateTime, getId, getIsdelete, getUpdateTime, init, insert, insertOrUpdate, insertOrUpdate, insertOrUpdateIgnoreNull, insertOrUpdateNoInit, save, setCreateTime, setId, setIsdelete, setUpdateTime, toString, updated, updated, updateIgnoreNull, upgradepublic void updateLoginInfo(javax.servlet.http.HttpServletRequest request)
request - request对象public String getAccount()
public void setAccount(String account)
account - value to be assigned to property accountpublic String getRealName()
public void setRealName(String realName)
realName - value to be assigned to property realNamepublic int getSex()
public void setSex(int sex)
sex - value to be assigned to property sexpublic String getPassword()
public void setPassword(String password)
password - value to be assigned to property passwordpublic String getPhone()
public void setPhone(String phone)
phone - value to be assigned to property phonepublic int getStatus()
public void setStatus(int status)
status - value to be assigned to property statuspublic int getUserLevel()
public void setUserLevel(int userLevel)
userLevel - value to be assigned to property userLevelpublic int getUserType()
public void setUserType(int userType)
userType - value to be assigned to property userTypepublic String getAvatar()
public void setAvatar(String avatar)
avatar - value to be assigned to property avatarpublic String getLastLoginTime()
public void setLastLoginTime(String lastLoginTime)
lastLoginTime - value to be assigned to property lastLoginTimepublic String getLastLoginIp()
public void setLastLoginIp(String lastLoginIp)
lastLoginIp - value to be assigned to property lastLoginIppublic String getThatLoginTime()
public void setThatLoginTime(String thatLoginTime)
thatLoginTime - value to be assigned to property thatLoginTimepublic String getThatLoginIp()
public void setThatLoginIp(String thatLoginIp)
thatLoginIp - value to be assigned to property thatLoginIpCopyright © 癸卯【兔】年–2023 hlinfo. All rights reserved.