org.broadleafcommerce.core.payment.service
Class PaymentContextImpl
java.lang.Object
org.broadleafcommerce.core.payment.service.PaymentContextImpl
- All Implemented Interfaces:
- PaymentContext
public class PaymentContextImpl
- extends java.lang.Object
- implements PaymentContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
originalPaymentAmount
protected Money originalPaymentAmount
remainingPaymentAmount
protected Money remainingPaymentAmount
paymentInfo
protected PaymentInfo paymentInfo
referencedPaymentInfo
protected Referenced referencedPaymentInfo
transactionId
protected java.lang.String transactionId
userName
protected java.lang.String userName
PaymentContextImpl
public PaymentContextImpl(Money originalPaymentAmount,
Money remainingPaymentAmount,
PaymentInfo paymentInfo,
Referenced referencedPaymentInfo,
java.lang.String userName)
getOriginalPaymentAmount
public Money getOriginalPaymentAmount()
- Specified by:
getOriginalPaymentAmount in interface PaymentContext
getRemainingPaymentAmount
public Money getRemainingPaymentAmount()
- Specified by:
getRemainingPaymentAmount in interface PaymentContext
getPaymentInfo
public PaymentInfo getPaymentInfo()
- Specified by:
getPaymentInfo in interface PaymentContext
getReferencedPaymentInfo
public Referenced getReferencedPaymentInfo()
- Specified by:
getReferencedPaymentInfo in interface PaymentContext
getTransactionId
public java.lang.String getTransactionId()
- Specified by:
getTransactionId in interface PaymentContext
setTransactionId
public void setTransactionId(java.lang.String transactionId)
- Specified by:
setTransactionId in interface PaymentContext
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface PaymentContext
Copyright © 2012. All Rights Reserved.