Class InterestRateBonus

java.lang.Object
de.frankmuenster.mahoe.banks.bos.json.iasa.InterestRateBonus

public class InterestRateBonus extends Object
  • Constructor Details

    • InterestRateBonus

      public InterestRateBonus()
  • Method Details

    • getDeposit

      public Object getDeposit()
    • getInterestRate

      public Double getInterestRate()
    • setDeposit

      public void setDeposit(Object deposit)
    • setInterestRate

      public void setInterestRate(Double interestRate)