public interface CreditAccountEventDetail extends Serializable
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
|
Long getId()
void setId(Long id)
id
- CreditAccountEvent getCreditEvent()
void setCreditEvent(CreditAccountEvent creditEvent)
creditEvent
- CreditAccountEvent getDebitEvent()
void setDebitEvent(CreditAccountEvent debitEvent)
debitEvent
- org.broadleafcommerce.common.money.Money getAmount()
void setAmount(org.broadleafcommerce.common.money.Money amount)
amount
- Copyright © 2019. All rights reserved.