org.mule.samples.loanbroker
Class CreditProfile

java.lang.Object
  extended byorg.mule.samples.loanbroker.CreditProfile
All Implemented Interfaces:
Serializable

public class CreditProfile
extends Object
implements Serializable

CreditProfile is a dummy finance profile for a customer

See Also:
Serialized Form

Constructor Summary
CreditProfile()
           
 
Method Summary
 int getCreditHistoryLength()
           
 int getCreditScore()
           
 void setCreditHistoryLength(int creditHistoryLength)
           
 void setCreditScore(int creditScore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditProfile

public CreditProfile()
Method Detail

getCreditScore

public int getCreditScore()

setCreditScore

public void setCreditScore(int creditScore)

getCreditHistoryLength

public int getCreditHistoryLength()

setCreditHistoryLength

public void setCreditHistoryLength(int creditHistoryLength)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.