public class DefaultCreditAgency extends Object implements CreditAgencyService
| Constructor and Description |
|---|
DefaultCreditAgency() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCreditHistoryLength(int ssn) |
CreditProfile |
getCreditProfile(Customer customer) |
protected int |
getCreditScore(int ssn) |
public CreditProfile getCreditProfile(Customer customer)
getCreditProfile in interface CreditAgencyServiceprotected int getCreditScore(int ssn)
protected int getCreditHistoryLength(int ssn)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.