@Entity public class PaymentLogImpl extends java.lang.Object implements PaymentLog
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
amountPaid |
protected BroadleafCurrency |
currency |
protected Customer |
customer |
protected java.lang.String |
exceptionMessage |
protected java.lang.Long |
id |
protected java.lang.String |
logType |
protected java.lang.Long |
paymentInfoId |
protected java.lang.String |
paymentInfoReferenceNumber |
protected java.lang.Boolean |
transactionSuccess |
protected java.util.Date |
transactionTimestamp |
protected java.lang.String |
transactionType |
protected java.lang.String |
userName |
| Constructor and Description |
|---|
PaymentLogImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Money |
getAmountPaid() |
BroadleafCurrency |
getCurrency() |
Customer |
getCustomer() |
java.lang.String |
getExceptionMessage() |
java.lang.Long |
getId() |
PaymentLogEventType |
getLogType() |
java.lang.Long |
getPaymentInfoId() |
java.lang.String |
getPaymentInfoReferenceNumber() |
java.lang.Boolean |
getTransactionSuccess() |
java.util.Date |
getTransactionTimestamp() |
TransactionType |
getTransactionType() |
java.lang.String |
getUserName() |
int |
hashCode() |
void |
setAmountPaid(Money amountPaid) |
void |
setCurrency(BroadleafCurrency currency) |
void |
setCustomer(Customer customer) |
void |
setExceptionMessage(java.lang.String exceptionMessage) |
void |
setId(java.lang.Long id) |
void |
setLogType(PaymentLogEventType logType) |
void |
setPaymentInfoId(java.lang.Long paymentInfoId) |
void |
setPaymentInfoReferenceNumber(java.lang.String paymentInfoReferenceNumber) |
void |
setTransactionSuccess(java.lang.Boolean transactionSuccess) |
void |
setTransactionTimestamp(java.util.Date transactionTimestamp) |
void |
setTransactionType(TransactionType transactionType) |
void |
setUserName(java.lang.String userName) |
protected java.lang.Long id
protected java.lang.String userName
protected java.util.Date transactionTimestamp
protected java.lang.Long paymentInfoId
protected Customer customer
protected java.lang.String paymentInfoReferenceNumber
protected java.lang.String transactionType
protected java.lang.Boolean transactionSuccess
protected java.lang.String exceptionMessage
protected java.lang.String logType
protected java.math.BigDecimal amountPaid
protected BroadleafCurrency currency
public java.lang.Long getId()
getId in interface PaymentLogpublic void setId(java.lang.Long id)
setId in interface PaymentLogpublic java.lang.String getUserName()
getUserName in interface PaymentLogpublic void setUserName(java.lang.String userName)
setUserName in interface PaymentLogpublic java.util.Date getTransactionTimestamp()
getTransactionTimestamp in interface PaymentLogpublic void setTransactionTimestamp(java.util.Date transactionTimestamp)
setTransactionTimestamp in interface PaymentLogpublic java.lang.Long getPaymentInfoId()
getPaymentInfoId in interface PaymentLogpublic void setPaymentInfoId(java.lang.Long paymentInfoId)
setPaymentInfoId in interface PaymentLogpublic Customer getCustomer()
getCustomer in interface PaymentLogpublic void setCustomer(Customer customer)
setCustomer in interface PaymentLogpublic java.lang.String getPaymentInfoReferenceNumber()
getPaymentInfoReferenceNumber in interface PaymentLogpublic void setPaymentInfoReferenceNumber(java.lang.String paymentInfoReferenceNumber)
setPaymentInfoReferenceNumber in interface PaymentLogpublic TransactionType getTransactionType()
getTransactionType in interface PaymentLogpublic void setTransactionType(TransactionType transactionType)
setTransactionType in interface PaymentLogpublic PaymentLogEventType getLogType()
getLogType in interface PaymentLogpublic void setLogType(PaymentLogEventType logType)
setLogType in interface PaymentLogpublic java.lang.Boolean getTransactionSuccess()
getTransactionSuccess in interface PaymentLogpublic void setTransactionSuccess(java.lang.Boolean transactionSuccess)
setTransactionSuccess in interface PaymentLogpublic java.lang.String getExceptionMessage()
getExceptionMessage in interface PaymentLogpublic void setExceptionMessage(java.lang.String exceptionMessage)
setExceptionMessage in interface PaymentLogpublic Money getAmountPaid()
getAmountPaid in interface PaymentLogpublic void setAmountPaid(Money amountPaid)
setAmountPaid in interface PaymentLogpublic BroadleafCurrency getCurrency()
getCurrency in interface PaymentLogpublic void setCurrency(BroadleafCurrency currency)
setCurrency in interface PaymentLogpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.