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