org.broadleafcommerce.core.payment.domain
Interface PaymentLog
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- PaymentLogImpl
public interface PaymentLog
- extends java.io.Serializable
getId
java.lang.Long getId()
setId
void setId(java.lang.Long id)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getTransactionTimestamp
java.util.Date getTransactionTimestamp()
setTransactionTimestamp
void setTransactionTimestamp(java.util.Date transactionTimestamp)
getPaymentInfoId
java.lang.Long getPaymentInfoId()
setPaymentInfoId
void setPaymentInfoId(java.lang.Long paymentInfoId)
getCustomer
Customer getCustomer()
setCustomer
void setCustomer(Customer customer)
getPaymentInfoReferenceNumber
java.lang.String getPaymentInfoReferenceNumber()
setPaymentInfoReferenceNumber
void setPaymentInfoReferenceNumber(java.lang.String paymentInfoReferenceNumber)
getTransactionType
TransactionType getTransactionType()
setTransactionType
void setTransactionType(TransactionType transactionType)
getTransactionSuccess
java.lang.Boolean getTransactionSuccess()
setTransactionSuccess
void setTransactionSuccess(java.lang.Boolean transactionSuccess)
getExceptionMessage
java.lang.String getExceptionMessage()
setExceptionMessage
void setExceptionMessage(java.lang.String exceptionMessage)
getLogType
PaymentLogEventType getLogType()
setLogType
void setLogType(PaymentLogEventType logType)
getAmountPaid
Money getAmountPaid()
setAmountPaid
void setAmountPaid(Money amountPaid)
Copyright © 2012. All Rights Reserved.