|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.example.loanbroker.credit.DefaultCreditAgency
public class DefaultCreditAgency
Provides the credit profile for a customer.
Constructor Summary | |
---|---|
DefaultCreditAgency()
|
Method Summary | |
---|---|
protected int |
getCreditHistoryLength(int ssn)
|
CreditProfile |
getCreditProfile(Customer customer)
|
protected int |
getCreditScore(int ssn)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultCreditAgency()
Method Detail |
---|
public CreditProfile getCreditProfile(Customer customer)
getCreditProfile
in interface CreditAgencyService
protected int getCreditScore(int ssn)
protected int getCreditHistoryLength(int ssn)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |