public class Bank extends Object implements Serializable, BankService
Bank is a representation of a bank from which to obtain loan
quotes.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
logger used by this class
|
| Constructor and Description |
|---|
Bank() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBankName() |
LoanQuote |
getLoanQuote(LoanBrokerQuoteRequest request) |
void |
setBankName(String bankName) |
protected static final org.apache.commons.logging.Log logger
public LoanQuote getLoanQuote(LoanBrokerQuoteRequest request)
getLoanQuote in interface BankServicepublic String getBankName()
public void setBankName(String bankName)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.