@Entity public class CreditAccountEventDetailImpl extends Object implements CreditAccountEventDetail
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected CreditAccountEvent |
creditEvent |
protected CreditAccountEvent |
debitEvent |
protected Long |
id |
| Constructor and Description |
|---|
CreditAccountEventDetailImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.money.Money |
getAmount()
Gets the amount
|
CreditAccountEvent |
getCreditEvent()
Gets the CreditAccountEvent
|
CreditAccountEvent |
getDebitEvent()
Gets the CreditAccountEvent
|
Long |
getId()
Gets the id
|
void |
setAmount(org.broadleafcommerce.common.money.Money amount)
Sets the amount
|
void |
setCreditEvent(CreditAccountEvent creditEvent)
Sets the CreditAccountEvent
|
void |
setDebitEvent(CreditAccountEvent debitEvent)
Sets the CreditAccountEvent
|
void |
setId(Long id)
Sets the id
|
protected Long id
protected CreditAccountEvent creditEvent
protected CreditAccountEvent debitEvent
protected BigDecimal amount
public Long getId()
CreditAccountEventDetailgetId in interface CreditAccountEventDetailpublic void setId(Long id)
CreditAccountEventDetailsetId in interface CreditAccountEventDetailpublic CreditAccountEvent getCreditEvent()
CreditAccountEventDetailgetCreditEvent in interface CreditAccountEventDetailpublic void setCreditEvent(CreditAccountEvent creditEvent)
CreditAccountEventDetailsetCreditEvent in interface CreditAccountEventDetailpublic CreditAccountEvent getDebitEvent()
CreditAccountEventDetailgetDebitEvent in interface CreditAccountEventDetailpublic void setDebitEvent(CreditAccountEvent debitEvent)
CreditAccountEventDetailsetDebitEvent in interface CreditAccountEventDetailpublic org.broadleafcommerce.common.money.Money getAmount()
CreditAccountEventDetailgetAmount in interface CreditAccountEventDetailpublic void setAmount(org.broadleafcommerce.common.money.Money amount)
CreditAccountEventDetailsetAmount in interface CreditAccountEventDetailCopyright © 2019. All rights reserved.