@Entity public class CustomerCreditAccountImpl extends CreditAccountImpl implements CustomerCreditAccount, CreditAccountAdminPresentation
CreditAccountImpl.PresentationCreditAccountAdminPresentation.FieldOrder, CreditAccountAdminPresentation.GroupName, CreditAccountAdminPresentation.GroupOrder, CreditAccountAdminPresentation.TabName, CreditAccountAdminPresentation.TabOrder| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Customer |
customer |
accountNumber, balance, creditAccountEvents, currency, id, version| Constructor and Description |
|---|
CustomerCreditAccountImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Customer |
getCustomer()
Gets the customer
|
void |
setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
Setst the customer
|
getAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getId, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrency, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getId, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrency, setIdpublic org.broadleafcommerce.profile.core.domain.Customer getCustomer()
CustomerCreditAccountgetCustomer in interface CustomerCreditAccountpublic void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
CustomerCreditAccountsetCustomer in interface CustomerCreditAccountCopyright © 2019. All rights reserved.