public class BankFee extends Object
| 构造器和说明 |
|---|
BankFee() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getAccountDate()
记账日期 yyyy-MM-dd
|
Long |
getCapitalAmount()
应付银行本金
|
String |
getFinancialNo()
融资编号
|
Long |
getInterestAmount()
应付银行利息
|
String |
getProductNo()
产品编号
|
Long |
getTotalAmount()
应付总金额
|
void |
setAccountDate(Date accountDate)
记账日期 yyyy-MM-dd
|
void |
setCapitalAmount(Long capitalAmount)
应付银行本金
|
void |
setFinancialNo(String financialNo)
融资编号
|
void |
setInterestAmount(Long interestAmount)
应付银行利息
|
void |
setProductNo(String productNo)
产品编号
|
void |
setTotalAmount(Long totalAmount)
应付总金额
|
public String getFinancialNo()
public void setFinancialNo(String financialNo)
public String getProductNo()
public void setProductNo(String productNo)
public Long getCapitalAmount()
public void setCapitalAmount(Long capitalAmount)
public Long getInterestAmount()
public void setInterestAmount(Long interestAmount)
public Long getTotalAmount()
public void setTotalAmount(Long totalAmount)
public Date getAccountDate()
public void setAccountDate(Date accountDate)
Copyright © 2021. All Rights Reserved.