org.mule.samples.loanbroker
Class LoanRequest
java.lang.Object
org.mule.samples.loanbroker.LoanRequest
- All Implemented Interfaces:
- Serializable
- public class LoanRequest
- extends Object
- implements Serializable
LoanRequest is the request sent by the the LoanBroker
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoanRequest
public LoanRequest()
LoanRequest
public LoanRequest(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)
getCreditProfile
public CreditProfile getCreditProfile()
setCreditProfile
public void setCreditProfile(CreditProfile creditProfile)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.