public class User
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
User() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCreateTime() |
Long |
getCreateUser() |
String |
getEmail() |
Long |
getId() |
String |
getIntro() |
String |
getLoginName() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
Long |
getModifyUser() |
String |
getPassword() |
String |
getRealName() |
String |
getStatus() |
String |
getTel() |
Short |
getType() |
User |
getUser() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCreateTime(Date createTime) |
void |
setCreateUser(Long createUser) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setIntro(String intro) |
void |
setLoginName(String loginName) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setModifyUser(Long modifyUser) |
void |
setPassword(String password) |
void |
setRealName(String realName) |
void |
setStatus(String status) |
void |
setTel(String tel) |
void |
setType(Short type) |
void |
setUser(User user) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic String getLoginName()
public void setLoginName(String loginName)
public String getPassword()
public void setPassword(String password)
public String getRealName()
public void setRealName(String realName)
public String getTel()
public void setTel(String tel)
public String getEmail()
public void setEmail(String email)
public String getStatus()
public void setStatus(String status)
public String getIntro()
public void setIntro(String intro)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Long getCreateUser()
public void setCreateUser(Long createUser)
public Long getModifyUser()
public void setModifyUser(Long modifyUser)
public Long getMallId()
public void setMallId(Long mallId)
public Long getAccountId()
public void setAccountId(Long accountId)
public Short getType()
public void setType(Short type)
public User getUser()
public void setUser(User user)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
Copyright © 2019. All rights reserved.