| Package | Description |
|---|---|
| com.github.ehe.simpleorchestrator.sample.entity |
| Modifier and Type | Method and Description |
|---|---|
Person |
LoanApplication.getPerson() |
Person |
CardApplication.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanApplication.setPerson(Person person) |
void |
CardApplication.setPerson(Person person) |
| Constructor and Description |
|---|
CardApplication(Person person,
String occupation,
boolean employed,
CardApplication.CardType cardType) |
LoanApplication(Person person,
Address address,
String occupation,
int salary,
int loadAmount) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.