public class LoanProduct extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DAL |
static Integer |
SALE_ON_CREDIT |
static Integer |
SALE_ON_CREDIT_NOT |
| 构造器和说明 |
|---|
LoanProduct() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDal() |
Long |
getId() |
String |
getName() |
BigDecimal |
getOverRate() |
Integer |
getPayManner() |
BigDecimal |
getRate() |
BigDecimal |
getRatio() |
Integer |
getRepayLine() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDal(Integer dal) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOverRate(BigDecimal overRate) |
void |
setPayManner(Integer payManner) |
void |
setRate(BigDecimal rate) |
void |
setRatio(BigDecimal ratio) |
void |
setRepayLine(Integer repayLine) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
public static final Integer DAL
public static Integer SALE_ON_CREDIT
public static Integer SALE_ON_CREDIT_NOT
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public BigDecimal getRate()
public void setRate(BigDecimal rate)
public Integer getRepayLine()
public void setRepayLine(Integer repayLine)
public BigDecimal getRatio()
public void setRatio(BigDecimal ratio)
public BigDecimal getOverRate()
public void setOverRate(BigDecimal overRate)
public Integer getPayManner()
public void setPayManner(Integer payManner)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Integer getDal()
public void setDal(Integer dal)
Copyright © 2017. All rights reserved.