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