类 LoanOrCredit

直接已知子类:
CreditCard, MortgageLoan

public class LoanOrCredit extends FinancialProduct
  • 构造器详细资料

    • LoanOrCredit

      public LoanOrCredit()
  • 方法详细资料

    • getLoanRepaymentForm

      public RepaymentSpecification getLoanRepaymentForm()
    • setLoanRepaymentForm

      public void setLoanRepaymentForm(RepaymentSpecification loanRepaymentForm)
    • getLoanType

      public String getLoanType()
    • setLoanType

      public void setLoanType(String loanType)
    • getRenegotiableLoan

      public Boolean getRenegotiableLoan()
    • setRenegotiableLoan

      public void setRenegotiableLoan(Boolean renegotiableLoan)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getRequiredCollateral

      public String getRequiredCollateral()
    • setRequiredCollateral

      public void setRequiredCollateral(String requiredCollateral)
    • getAmount

      public Double getAmount()
    • setAmount

      public void setAmount(Double amount)
    • getGracePeriod

      public Duration getGracePeriod()
    • setGracePeriod

      public void setGracePeriod(Duration gracePeriod)
    • getRecourseLoan

      public Boolean getRecourseLoan()
    • setRecourseLoan

      public void setRecourseLoan(Boolean recourseLoan)
    • getLoanTerm

      public QuantitativeValue getLoanTerm()
    • setLoanTerm

      public void setLoanTerm(QuantitativeValue loanTerm)