Class PaymentCustomerNotificationDecorator

java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.PaymentCustomerNotificationDecorator
All Implemented Interfaces:
Serializable

public class PaymentCustomerNotificationDecorator extends Object implements Serializable
This class is used to add some additional data along with PaymentCustomerNotification.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getType

      public String getType()
    • getPaymentGatewayType

      public String getPaymentGatewayType()
    • getPaymentType

      public String getPaymentType()
    • getPaymentId

      public String getPaymentId()
    • getData

      public Object getData()
    • getCustomerEmail

      public String getCustomerEmail()
    • getCustomerFullName

      public String getCustomerFullName()
    • setType

      public void setType(String type)
    • setPaymentGatewayType

      public void setPaymentGatewayType(String paymentGatewayType)
    • setPaymentType

      public void setPaymentType(String paymentType)
    • setPaymentId

      public void setPaymentId(String paymentId)
    • setData

      public void setData(Object data)
    • setCustomerEmail

      public void setCustomerEmail(String customerEmail)
    • setCustomerFullName

      public void setCustomerFullName(String customerFullName)