public class CustomerQuoteRequest extends Object implements Serializable
CustomerQuoteRequest is the request sent by the the LoanBroker| Constructor and Description |
|---|
CustomerQuoteRequest() |
CustomerQuoteRequest(Customer customer,
double loanAmount,
int loanDuration) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer() |
double |
getLoanAmount() |
int |
getLoanDuration() |
void |
setCustomer(Customer customer) |
void |
setLoanAmount(double loanAmount) |
void |
setLoanDuration(int loanDuration) |
public CustomerQuoteRequest()
public CustomerQuoteRequest(Customer customer, double loanAmount, int loanDuration)
public Customer getCustomer()
public void setCustomer(Customer customer)
public double getLoanAmount()
public void setLoanAmount(double loanAmount)
public int getLoanDuration()
public void setLoanDuration(int loanDuration)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.