public class User extends Object implements Serializable
| 构造器和说明 |
|---|
User() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getApplyAt() |
Long |
getCreateAt() |
Long |
getCreateBy() |
List<Moduls> |
getFatherModulsList() |
String |
getHead() |
Long |
getId() |
String |
getMail() |
String |
getMobile() |
String |
getName() |
String |
getPwd() |
Long |
getRid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setApplyAt(Long applyAt) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFatherModulsList(List<Moduls> fatherModulsList) |
void |
setHead(String head) |
void |
setId(Long id) |
void |
setMail(String mail) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPwd(String pwd) |
void |
setRid(Long rid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getPwd()
public void setPwd(String pwd)
public String getHead()
public void setHead(String head)
public String getMobile()
public void setMobile(String mobile)
public String getMail()
public void setMail(String mail)
public Long getRid()
public void setRid(Long rid)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getApplyAt()
public void setApplyAt(Long applyAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.