public class UserDetail extends Object
| 构造器和说明 |
|---|
UserDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getAccountDate()
记账日期 yyyy-mm-dd
|
Long |
getDividedAmount()
分润金额,乘过分润比例,到记账日的累计值
|
String |
getDividedRate()
分润比例,保留两位小数
|
String |
getFinancingNo()
融资编号
|
Long |
getOtherProfit()
其他利润(操作费还款日时写到各方记录)
|
Long |
getPayment()
当日还款金额
|
Long |
getPenaltyAmount()
罚息金额
|
String |
getRoleCode()
角色编码
|
void |
setAccountDate(Date accountDate)
记账日期 yyyy-mm-dd
|
void |
setDividedAmount(Long dividedAmount)
分润金额,乘过分润比例,到记账日的累计值
|
void |
setDividedRate(String dividedRate)
分润比例,保留两位小数
|
void |
setFinancingNo(String financingNo)
融资编号
|
void |
setOtherProfit(Long otherProfit)
其他利润(操作费还款日时写到各方记录)
|
void |
setPayment(Long payment)
当日还款金额
|
void |
setPenaltyAmount(Long penaltyAmount)
罚息金额
|
void |
setRoleCode(String roleCode)
角色编码
|
public String getFinancingNo()
public void setFinancingNo(String financingNo)
public Long getDividedAmount()
public void setDividedAmount(Long dividedAmount)
public String getDividedRate()
public void setDividedRate(String dividedRate)
public Long getPenaltyAmount()
public void setPenaltyAmount(Long penaltyAmount)
public String getRoleCode()
public void setRoleCode(String roleCode)
public Date getAccountDate()
public void setAccountDate(Date accountDate)
public Long getPayment()
public void setPayment(Long payment)
public Long getOtherProfit()
public void setOtherProfit(Long otherProfit)
Copyright © 2021. All Rights Reserved.