public interface LoanContext extends HistoryContext<String>
| Modifier and Type | Method and Description |
|---|---|
LoanApplication |
getApplication() |
int |
getCreditScore() |
int |
getRiskScore() |
void |
setLoanApproveStatus(boolean isApproved) |
logHistoryLoanApplication getApplication()
int getCreditScore()
int getRiskScore()
void setLoanApproveStatus(boolean isApproved)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.