org.mule.samples.loanbroker.esb.message
Class CustomerQuoteRequest
java.lang.Object
org.mule.samples.loanbroker.esb.message.CustomerQuoteRequest
- All Implemented Interfaces:
- Serializable
- public class CustomerQuoteRequest
- extends Object
- implements Serializable
CustomerQuoteRequest is the request sent by the the LoanBroker
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerQuoteRequest
public CustomerQuoteRequest(Customer customer,
double loanAmount,
int loanDuration)
getCustomer
public Customer getCustomer()
setCustomer
public void setCustomer(Customer customer)
getLoanAmount
public double getLoanAmount()
setLoanAmount
public void setLoanAmount(double loanAmount)
getLoanDuration
public int getLoanDuration()
setLoanDuration
public void setLoanDuration(int loanDuration)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.