public class User extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ALREADY_AUTH |
static Integer |
ALREADY_OPEN_ACCOUNT |
static Integer |
CARD_HAVE |
static Integer |
CARD_NO |
static Integer |
FREEZE_NO |
static Integer |
FREEZE_YES |
protected int |
fundAccount |
protected String |
kailinCode |
static Integer |
NO_AUTH |
static Integer |
NO_OPEN_ACCOUNT |
static Integer |
TYPE_ORG |
static Integer |
TYPE_PERSON |
static Long |
USER_ACTIVIATE |
static Long |
USER_UNACTIVIATE |
static Integer |
VERIFY_NO |
static Integer |
VERIFY_YES |
public static final Integer TYPE_PERSON
public static final Integer TYPE_ORG
public static final Integer NO_AUTH
public static final Integer ALREADY_AUTH
public static final Integer NO_OPEN_ACCOUNT
public static final Integer ALREADY_OPEN_ACCOUNT
public static final Integer CARD_NO
public static final Integer CARD_HAVE
public static final Long USER_ACTIVIATE
public static final Long USER_UNACTIVIATE
public static final Integer FREEZE_YES
public static final Integer FREEZE_NO
public static final Integer VERIFY_YES
public static final Integer VERIFY_NO
protected int fundAccount
protected String kailinCode
public Long getId()
public void setId(Long id)
public String getPwd()
public void setPwd(String pwd)
public String getAlias()
public void setAlias(String alias)
public String getName()
public void setName(String name)
public String getPayPwd()
public void setPayPwd(String payPwd)
public Integer getType()
public void setType(Integer type)
public Integer getRisk()
public void setRisk(Integer risk)
public Integer getAccStatus()
public void setAccStatus(Integer accStatus)
public Integer getAuthStatus()
public void setAuthStatus(Integer authStatus)
public BigDecimal getCreditLines()
public void setCreditLines(BigDecimal creditLines)
public BigDecimal getScore()
public void setScore(BigDecimal score)
public Long getRegisterAt()
public void setRegisterAt(Long registerAt)
public Long getLastLoginAt()
public void setLastLoginAt(Long lastLoginAt)
public Long getStatus()
public void setStatus(Long status)
public Integer getFundAccount()
public void setFundAccount(Integer fundAccount)
public Integer getCardStatus()
public void setCardStatus(Integer cardStatus)
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)
public String getMobile()
public void setMobile(String mobile)
public String getKailinCode()
public void setKailinCode(String kailinCode)
public Integer getFreezeStatus()
public void setFreezeStatus(Integer freezeStatus)
public Integer getVerifyStatus()
public void setVerifyStatus(Integer verifyStatus)
Copyright © 2017. All rights reserved.