org.mule.samples.loanbroker
Class CreditProfile
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreditProfile
public CreditProfile()
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.