@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)
CreditAccountCustomer
setCreditAccounts
in interface CreditAccountCustomer
public List<CustomerCreditAccount> getCreditAccounts()
CreditAccountCustomer
getCreditAccounts
in interface CreditAccountCustomer
Copyright © 2019. All rights reserved.