public class User extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTITY_NEW
新旧用户身份判断默认为新用户0
老用户为0
|
static int |
IDENTITY_OLD |
static int |
IS_FOR_HERE |
static int |
IS_MEMBER |
static int |
NOT_FOR_HERE |
static int |
NOT_MEMBER |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getForHere() |
Long |
getId() |
Long |
getJoinAt() |
Integer |
getLevel() |
String |
getMobile() |
String |
getName() |
String |
getPlatform() |
Integer |
getSex() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAddress(String address) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setForHere(Integer forHere) |
void |
setId(Long id) |
void |
setJoinAt(Long joinAt) |
void |
setLevel(Integer level) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPlatform(String platform) |
void |
setSex(Integer sex) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final int IDENTITY_NEW
public static final int IDENTITY_OLD
public static final int IS_FOR_HERE
public static final int NOT_FOR_HERE
public static final int IS_MEMBER
public static final int NOT_MEMBER
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public Integer getSex()
public void setSex(Integer sex)
public Integer getForHere()
public void setForHere(Integer forHere)
public Integer getLevel()
public void setLevel(Integer level)
public String getPlatform()
public void setPlatform(String platform)
public String getAddress()
public void setAddress(String address)
public Long getJoinAt()
public void setJoinAt(Long joinAt)
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 getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.