@Entity public class CustomerCreditAccountImpl extends CreditAccountImpl implements CustomerCreditAccount, CreditAccountAdminPresentation
CreditAccountImpl.Presentation
CreditAccountAdminPresentation.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, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getId, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrency, setId
public org.broadleafcommerce.profile.core.domain.Customer getCustomer()
CustomerCreditAccount
getCustomer
in interface CustomerCreditAccount
public void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
CustomerCreditAccount
setCustomer
in interface CustomerCreditAccount
Copyright © 2019. All rights reserved.