org.mule.samples.loanbroker
Class LoanRequest

java.lang.Object
  extended byorg.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

Constructor Summary
LoanRequest()
           
LoanRequest(Customer customer, double loanAmount, int loanDuration)
           
 
Method Summary
 CreditProfile getCreditProfile()
           
 Customer getCustomer()
           
 double getLoanAmount()
           
 int getLoanDuration()
           
 void setCreditProfile(CreditProfile creditProfile)
           
 void setCustomer(Customer customer)
           
 void setLoanAmount(double loanAmount)
           
 void setLoanDuration(int loanDuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoanRequest

public LoanRequest()

LoanRequest

public LoanRequest(Customer customer,
                   double loanAmount,
                   int loanDuration)
Method Detail

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.