|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.payment.service.PaymentContextImpl
public class PaymentContextImpl
| Field Summary | |
|---|---|
protected Money |
originalPaymentAmount
|
protected PaymentInfo |
paymentInfo
|
protected Referenced |
referencedPaymentInfo
|
protected Money |
remainingPaymentAmount
|
protected Money |
remainingTransactionAmount
|
protected Money |
transactionAmount
|
protected String |
transactionId
|
protected String |
userName
|
| Constructor Summary | |
|---|---|
PaymentContextImpl(Money transactionAmount,
Money remainingTransactionAmount,
PaymentInfo paymentInfo,
Referenced referencedPaymentInfo,
String userName)
|
|
| Method Summary | |
|---|---|
Money |
getOriginalPaymentAmount()
Deprecated. |
PaymentInfo |
getPaymentInfo()
|
Referenced |
getReferencedPaymentInfo()
|
Money |
getRemainingPaymentAmount()
Deprecated. |
Money |
getRemainingTransactionAmount()
Returns the remaining transaction amount that needs to be processed. |
Money |
getTransactionAmount()
The amount that the system should attempt to process. |
String |
getTransactionId()
|
String |
getUserName()
|
void |
setRemainingTransactionAmount(Money remainingTransactionAmount)
Sets the remaining transaction amount. |
void |
setTransactionAmount(Money transactionAmount)
Sets the transaction amount |
void |
setTransactionId(String transactionId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Money originalPaymentAmount
protected Money remainingPaymentAmount
protected Money transactionAmount
protected Money remainingTransactionAmount
protected PaymentInfo paymentInfo
protected Referenced referencedPaymentInfo
protected String transactionId
protected String userName
| Constructor Detail |
|---|
public PaymentContextImpl(Money transactionAmount,
Money remainingTransactionAmount,
PaymentInfo paymentInfo,
Referenced referencedPaymentInfo,
String userName)
| Method Detail |
|---|
@Deprecated public Money getOriginalPaymentAmount()
getOriginalPaymentAmount in interface PaymentContextPaymentContext.getTransactionAmount()@Deprecated public Money getRemainingPaymentAmount()
getRemainingPaymentAmount in interface PaymentContextPaymentContext.getRemainingTransactionAmount()public Money getTransactionAmount()
PaymentContext
getTransactionAmount in interface PaymentContextpublic void setTransactionAmount(Money transactionAmount)
PaymentContext
setTransactionAmount in interface PaymentContextpublic Money getRemainingTransactionAmount()
PaymentContext
getRemainingTransactionAmount in interface PaymentContextpublic void setRemainingTransactionAmount(Money remainingTransactionAmount)
PaymentContext
setRemainingTransactionAmount in interface PaymentContextpublic PaymentInfo getPaymentInfo()
getPaymentInfo in interface PaymentContextpublic Referenced getReferencedPaymentInfo()
getReferencedPaymentInfo in interface PaymentContextpublic String getTransactionId()
getTransactionId in interface PaymentContextpublic void setTransactionId(String transactionId)
setTransactionId in interface PaymentContextpublic String getUserName()
getUserName in interface PaymentContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||