Class PaymentCustomerNotificationDecorator
java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.PaymentCustomerNotificationDecorator
- All Implemented Interfaces:
Serializable
This class is used to add some additional data along with
PaymentCustomerNotification
.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.data.tracking.core.context.ContextInfo
Context information around sandbox and multitenant state.getData()
com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification
The default notification object.getType()
int
hashCode()
void
setContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Context information around sandbox and multitenant state.void
setCustomerEmail
(String customerEmail) void
setCustomerFullName
(String customerFullName) void
void
setPaymentCustomerNotification
(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification paymentCustomerNotification) The default notification object.void
setPaymentGatewayType
(String paymentGatewayType) void
setPaymentId
(String paymentId) void
setPaymentType
(String paymentType) void
toString()
-
Constructor Details
-
PaymentCustomerNotificationDecorator
public PaymentCustomerNotificationDecorator()
-
-
Method Details
-
getPaymentCustomerNotification
public com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification getPaymentCustomerNotification()The default notification object. -
getContextInfo
@Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()Context information around sandbox and multitenant state. -
setPaymentCustomerNotification
public void setPaymentCustomerNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification paymentCustomerNotification) The default notification object. -
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Context information around sandbox and multitenant state. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getType
-
getPaymentGatewayType
-
getPaymentType
-
getPaymentId
-
getData
-
getCustomerEmail
-
getCustomerFullName
-
setType
-
setPaymentGatewayType
-
setPaymentType
-
setPaymentId
-
setData
-
setCustomerEmail
-
setCustomerFullName
-