示例#1
0
 public void setRepaymentInterest(Money repaymentInterest) {
   this.repaymentInterest = repaymentInterest;
   this.repaymentInterestStr = repaymentInterest.getAmount().toString();
 }
示例#2
0
 public void setRepaymentMoney(Money repaymentMoney) {
   this.repaymentMoney = repaymentMoney;
   this.repaymentMoneyStr = repaymentMoney.getAmount().toString();
 }
示例#3
0
 public void setRepaymentCapital(Money repaymentCapital) {
   this.repaymentCapital = repaymentCapital;
   this.repaymentCapitalStr = repaymentCapital.getAmount().toString();
 }