public void setRepaymentInterest(Money repaymentInterest) { this.repaymentInterest = repaymentInterest; this.repaymentInterestStr = repaymentInterest.getAmount().toString(); }
public void setRepaymentMoney(Money repaymentMoney) { this.repaymentMoney = repaymentMoney; this.repaymentMoneyStr = repaymentMoney.getAmount().toString(); }
public void setRepaymentCapital(Money repaymentCapital) { this.repaymentCapital = repaymentCapital; this.repaymentCapitalStr = repaymentCapital.getAmount().toString(); }