public class LoanApply extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ORDER_TYPE_DEBT |
static Integer |
ORDER_TYPE_LOAN |
static Integer |
ORDER_TYPE_SMALL |
static Integer |
REPAYWAY_1 |
static Integer |
STATUS_CANCEL |
static Integer |
STATUS_CLEAR |
static Integer |
STATUS_KAILIN_PASS |
static Integer |
STATUS_KAILIN_REFUSE |
static Integer |
STATUS_OVERTIME |
static Integer |
STATUS_PASS |
static Integer |
STATUS_REFUSE |
static Integer |
STATUS_REPAY |
static Integer |
STATUS_VERIFYING |
static Integer |
TYPE_CANCEL |
static Integer |
TYPE_CLEAR |
static Integer |
TYPE_OVERTIME |
static Integer |
TYPE_REPAY |
static Integer |
TYPE_VERIFYING |
| 构造器和说明 |
|---|
LoanApply() |
public static final Integer STATUS_VERIFYING
public static final Integer STATUS_KAILIN_PASS
public static final Integer STATUS_PASS
public static final Integer STATUS_REPAY
public static final Integer STATUS_OVERTIME
public static final Integer STATUS_CLEAR
public static final Integer STATUS_REFUSE
public static final Integer STATUS_KAILIN_REFUSE
public static final Integer STATUS_CANCEL
public static final Integer TYPE_VERIFYING
public static final Integer TYPE_REPAY
public static final Integer TYPE_OVERTIME
public static final Integer TYPE_CLEAR
public static final Integer TYPE_CANCEL
public static final Integer REPAYWAY_1
public static Integer ORDER_TYPE_LOAN
public static Integer ORDER_TYPE_DEBT
public static Integer ORDER_TYPE_SMALL
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getUserMobile()
public void setUserMobile(String userMobile)
public String getUserName()
public void setUserName(String userName)
public Long getOrderID()
public void setOrderID(Long orderID)
public String getOrderNo()
public void setOrderNo(String orderNo)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public BigDecimal getDebtCount()
public void setDebtCount(BigDecimal debtCount)
public BigDecimal getRate()
public void setRate(BigDecimal rate)
public BigDecimal getOverRate()
public void setOverRate(BigDecimal overRate)
public Integer getRepayWay()
public void setRepayWay(Integer repayWay)
public String getReason()
public void setReason(String reason)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getType()
public void setType(Integer type)
public Integer getRepayLine()
public void setRepayLine(Integer repayLine)
public BigDecimal getRepayTot()
public void setRepayTot(BigDecimal repayTot)
public Long getOverAt()
public void setOverAt(Long overAt)
public Long getVerifyAt()
public void setVerifyAt(Long verifyAt)
public Long getSecondVerifyAt()
public void setSecondVerifyAt(Long secondVerifyAt)
public Long getVerifyBy()
public void setVerifyBy(Long verifyBy)
public Long getSecondVerifyBy()
public void setSecondVerifyBy(Long secondVerifyBy)
public BigDecimal getClearInte()
public void setClearInte(BigDecimal clearInte)
public BigDecimal getClearOverInte()
public void setClearOverInte(BigDecimal clearOverInte)
public BigDecimal getOverDayCount()
public void setOverDayCount(BigDecimal overDayCount)
public Long getDebtAt()
public void setDebtAt(Long debtAt)
public Long getClearAt()
public void setClearAt(Long clearAt)
public Integer getOrderType()
public void setOrderType(Integer orderType)
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 getAdditional()
public void setAdditional(String additional)
Copyright © 2017. All rights reserved.