public class User extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
String |
getMobile() |
String |
getName() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getImg()
public void setImg(String img)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2020. All rights reserved.