@Embeddable public class CreditAccountCustomerImpl extends Object implements CreditAccountCustomer
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerCreditAccount> |
creditAccounts |
| Constructor and Description |
|---|
CreditAccountCustomerImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerCreditAccount> |
getCreditAccounts()
Gets the list of CustomerCreditAccounts
|
void |
setCreditAccounts(List<CustomerCreditAccount> accounts)
Sets the list of CustomerCreditAccounts
|
protected List<CustomerCreditAccount> creditAccounts
public void setCreditAccounts(List<CustomerCreditAccount> accounts)
CreditAccountCustomersetCreditAccounts in interface CreditAccountCustomerpublic List<CustomerCreditAccount> getCreditAccounts()
CreditAccountCustomergetCreditAccounts in interface CreditAccountCustomerCopyright © 2019. All rights reserved.