| Package | Description |
|---|---|
| com.github.ehe.simpleorchestrator.sample.entity |
| Modifier and Type | Method and Description |
|---|---|
Address |
Person.getAddress() |
Address |
LoanApplication.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAddress(Address address) |
void |
LoanApplication.setAddress(Address address) |
| Constructor and Description |
|---|
LoanApplication(Person person,
Address address,
String occupation,
int salary,
int loadAmount) |
Person(String name,
String ssn,
Address address) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.