public class CreditFinancingOffered extends Object
| Constructor and Description |
|---|
CreditFinancingOffered()
Default Constructor
|
CreditFinancingOffered(Currency totalCost,
float term,
Currency monthlyPayment,
Currency totalInterest,
Boolean payerAcceptance)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCartAmountImmutable()
Getter for cartAmountImmutable
|
Currency |
getMonthlyPayment()
Getter for monthlyPayment
|
Boolean |
getPayerAcceptance()
Getter for payerAcceptance
|
float |
getTerm()
Getter for term
|
Currency |
getTotalCost()
Getter for totalCost
|
Currency |
getTotalInterest()
Getter for totalInterest
|
CreditFinancingOffered |
setCartAmountImmutable(Boolean cartAmountImmutable)
Setter for cartAmountImmutable
|
CreditFinancingOffered |
setMonthlyPayment(Currency monthlyPayment)
Setter for monthlyPayment
|
CreditFinancingOffered |
setPayerAcceptance(Boolean payerAcceptance)
Setter for payerAcceptance
|
CreditFinancingOffered |
setTerm(float term)
Setter for term
|
CreditFinancingOffered |
setTotalCost(Currency totalCost)
Setter for totalCost
|
CreditFinancingOffered |
setTotalInterest(Currency totalInterest)
Setter for totalInterest
|
public CreditFinancingOffered setTotalCost(Currency totalCost)
public Currency getTotalCost()
public CreditFinancingOffered setTerm(float term)
public float getTerm()
public CreditFinancingOffered setMonthlyPayment(Currency monthlyPayment)
public Currency getMonthlyPayment()
public CreditFinancingOffered setTotalInterest(Currency totalInterest)
public Currency getTotalInterest()
public CreditFinancingOffered setPayerAcceptance(Boolean payerAcceptance)
public Boolean getPayerAcceptance()
public CreditFinancingOffered setCartAmountImmutable(Boolean cartAmountImmutable)
public Boolean getCartAmountImmutable()
Copyright © 2016. All Rights Reserved.