public class LoanQuote extends Object implements Serializable
LoanQuote is a loan quote from a bank| Constructor and Description |
|---|
LoanQuote() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBankName() |
double |
getInterestRate() |
void |
setBankName(String bankName) |
void |
setInterestRate(double interestRate) |
String |
toString() |
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.