public interface CreditAccountEvent extends Serializable
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.money.Money |
getAmount()
Gets the amount
|
CreditAccount |
getCreditAccount()
Gets the CreditAccount
|
CreditAccountEventEnum |
getCreditAccountEventType()
Gets the CreditAccountEventType
|
Date |
getEventDate()
Gets the event date
|
Date |
getExpirationDate()
Gets the expiration date
|
Long |
getId()
Gets the id
|
String |
getIpAddress()
Gets the IP address
|
org.broadleafcommerce.core.order.domain.Order |
getOrder()
Gets the order
|
String |
getOriginalReferer()
Gets the original referer
|
ReasonCodeEnum |
getReasonCode()
Gets the code for the reason of the event.
|
String |
getReasonDesc()
Gets the reasonDesc for the event.
|
org.broadleafcommerce.common.money.Money |
getRemainingBalance()
Gets the remaining balance
|
String |
getUserAgent()
Gets the user agent
|
org.broadleafcommerce.profile.core.domain.Customer |
getUserId()
Gets the user id
|
Long |
getVersion()
Retrieves the version set by Hibernate.
|
void |
setAmount(org.broadleafcommerce.common.money.Money amount)
Sets the amount
|
void |
setCreditAccount(CreditAccount creditAccount)
Sets the CreditAccount
|
void |
setCreditAccountEventType(CreditAccountEventEnum creditAccountEventType)
Sets the CreditAccountEventType
|
void |
setEventDate(Date eventDate)
Sets the event date
|
void |
setExpirationDate(Date expirationDate)
Sets the expiration date
|
void |
setId(Long id)
Sets the id
|
void |
setIpAddress(String ipAddress)
Sets the IP address
|
void |
setOrder(org.broadleafcommerce.core.order.domain.Order order)
Sets the order
|
void |
setOriginalReferer(String originalReferer)
Sets the original referer
|
void |
setReasonCode(ReasonCodeEnum reasonCode)
Sets the code for the reason of the event.
|
void |
setReasonDesc(String reasonDesc)
Sets the reasonDesc for the event.
|
void |
setRemainingBalance(org.broadleafcommerce.common.money.Money remainingBalance)
Sets the remaining balance
|
void |
setUserAgent(String userAgent)
Sets the user agent
|
void |
setUserId(org.broadleafcommerce.profile.core.domain.Customer userId)
Sets the user id
|
Long getId()
void setId(Long id)
id
- Long getVersion()
CreditAccount getCreditAccount()
void setCreditAccount(CreditAccount creditAccount)
creditAccount
- CreditAccountEventEnum getCreditAccountEventType()
void setCreditAccountEventType(CreditAccountEventEnum creditAccountEventType)
creditAccountEventType
- Date getEventDate()
void setEventDate(Date eventDate)
eventDate
- Date getExpirationDate()
void setExpirationDate(Date expirationDate)
expirationDate
- org.broadleafcommerce.common.money.Money getAmount()
void setAmount(org.broadleafcommerce.common.money.Money amount)
amount
- org.broadleafcommerce.common.money.Money getRemainingBalance()
void setRemainingBalance(org.broadleafcommerce.common.money.Money remainingBalance)
remainingBalance
- org.broadleafcommerce.core.order.domain.Order getOrder()
void setOrder(org.broadleafcommerce.core.order.domain.Order order)
order
- ReasonCodeEnum getReasonCode()
void setReasonCode(ReasonCodeEnum reasonCode)
reasonCode
- String getReasonDesc()
void setReasonDesc(String reasonDesc)
reasonDesc
- org.broadleafcommerce.profile.core.domain.Customer getUserId()
void setUserId(org.broadleafcommerce.profile.core.domain.Customer userId)
userId
- String getIpAddress()
void setIpAddress(String ipAddress)
ipAddress
- String getUserAgent()
void setUserAgent(String userAgent)
userAgent
- String getOriginalReferer()
void setOriginalReferer(String originalReferer)
originalReferer
- Copyright © 2019. All rights reserved.