org.broadleafcommerce.core.payment.domain
Class PaymentLogImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.PaymentLogImpl
- All Implemented Interfaces:
- java.io.Serializable, PaymentLog
@Entity
public class PaymentLogImpl
- extends java.lang.Object
- implements PaymentLog
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
userName
protected java.lang.String userName
transactionTimestamp
protected java.util.Date transactionTimestamp
paymentInfoId
protected java.lang.Long paymentInfoId
customer
protected Customer customer
paymentInfoReferenceNumber
protected java.lang.String paymentInfoReferenceNumber
transactionType
protected java.lang.String transactionType
transactionSuccess
protected java.lang.Boolean transactionSuccess
exceptionMessage
protected java.lang.String exceptionMessage
logType
protected java.lang.String logType
amountPaid
protected java.math.BigDecimal amountPaid
PaymentLogImpl
public PaymentLogImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface PaymentLog
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface PaymentLog
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface PaymentLog
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface PaymentLog
getTransactionTimestamp
public java.util.Date getTransactionTimestamp()
- Specified by:
getTransactionTimestamp in interface PaymentLog
setTransactionTimestamp
public void setTransactionTimestamp(java.util.Date transactionTimestamp)
- Specified by:
setTransactionTimestamp in interface PaymentLog
getPaymentInfoId
public java.lang.Long getPaymentInfoId()
- Specified by:
getPaymentInfoId in interface PaymentLog
setPaymentInfoId
public void setPaymentInfoId(java.lang.Long paymentInfoId)
- Specified by:
setPaymentInfoId in interface PaymentLog
getCustomer
public Customer getCustomer()
- Specified by:
getCustomer in interface PaymentLog
setCustomer
public void setCustomer(Customer customer)
- Specified by:
setCustomer in interface PaymentLog
getPaymentInfoReferenceNumber
public java.lang.String getPaymentInfoReferenceNumber()
- Specified by:
getPaymentInfoReferenceNumber in interface PaymentLog
setPaymentInfoReferenceNumber
public void setPaymentInfoReferenceNumber(java.lang.String paymentInfoReferenceNumber)
- Specified by:
setPaymentInfoReferenceNumber in interface PaymentLog
getTransactionType
public TransactionType getTransactionType()
- Specified by:
getTransactionType in interface PaymentLog
setTransactionType
public void setTransactionType(TransactionType transactionType)
- Specified by:
setTransactionType in interface PaymentLog
getLogType
public PaymentLogEventType getLogType()
- Specified by:
getLogType in interface PaymentLog
setLogType
public void setLogType(PaymentLogEventType logType)
- Specified by:
setLogType in interface PaymentLog
getTransactionSuccess
public java.lang.Boolean getTransactionSuccess()
- Specified by:
getTransactionSuccess in interface PaymentLog
setTransactionSuccess
public void setTransactionSuccess(java.lang.Boolean transactionSuccess)
- Specified by:
setTransactionSuccess in interface PaymentLog
getExceptionMessage
public java.lang.String getExceptionMessage()
- Specified by:
getExceptionMessage in interface PaymentLog
setExceptionMessage
public void setExceptionMessage(java.lang.String exceptionMessage)
- Specified by:
setExceptionMessage in interface PaymentLog
getAmountPaid
public Money getAmountPaid()
- Specified by:
getAmountPaid in interface PaymentLog
setAmountPaid
public void setAmountPaid(Money amountPaid)
- Specified by:
setAmountPaid in interface PaymentLog
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.