org.broadleafcommerce.core.payment.domain
Interface PaymentLog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
PaymentLogImpl

public interface PaymentLog
extends java.io.Serializable


Method Summary
 Money getAmountPaid()
           
 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()
           
 void setAmountPaid(Money amountPaid)
           
 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)
           
 

Method Detail

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.