org.broadleafcommerce.core.payment.domain
Interface PaymentLog

All Superinterfaces:
Serializable
All Known Implementing Classes:
PaymentLogImpl

public interface PaymentLog
extends Serializable


Method Summary
 Money getAmountPaid()
           
 Customer getCustomer()
           
 String getExceptionMessage()
           
 Long getId()
           
 PaymentLogEventType getLogType()
           
 Long getPaymentInfoId()
           
 String getPaymentInfoReferenceNumber()
           
 Boolean getTransactionSuccess()
           
 Date getTransactionTimestamp()
           
 TransactionType getTransactionType()
           
 String getUserName()
           
 void setAmountPaid(Money amountPaid)
           
 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)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getUserName

String getUserName()

setUserName

void setUserName(String userName)

getTransactionTimestamp

Date getTransactionTimestamp()

setTransactionTimestamp

void setTransactionTimestamp(Date transactionTimestamp)

getPaymentInfoId

Long getPaymentInfoId()

setPaymentInfoId

void setPaymentInfoId(Long paymentInfoId)

getCustomer

Customer getCustomer()

setCustomer

void setCustomer(Customer customer)

getPaymentInfoReferenceNumber

String getPaymentInfoReferenceNumber()

setPaymentInfoReferenceNumber

void setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber)

getTransactionType

TransactionType getTransactionType()

setTransactionType

void setTransactionType(TransactionType transactionType)

getTransactionSuccess

Boolean getTransactionSuccess()

setTransactionSuccess

void setTransactionSuccess(Boolean transactionSuccess)

getExceptionMessage

String getExceptionMessage()

setExceptionMessage

void setExceptionMessage(String exceptionMessage)

getLogType

PaymentLogEventType getLogType()

setLogType

void setLogType(PaymentLogEventType logType)

getAmountPaid

Money getAmountPaid()

setAmountPaid

void setAmountPaid(Money amountPaid)


Copyright © 2012. All Rights Reserved.