com.ibm.commerce.edp.parsers.paymentrules

Class FinalizePaymentEvent

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentrules.FinalizePaymentEvent


  • public class FinalizePaymentEvent
    extends java.lang.Object
    This class represents the complex type FinalizePaymentEvent, which corresponds to the Finalize Payment business event.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getTargetState()
      This method returns the target payment state of this finalize payment business event.
      void setTargetState(java.lang.String string)
      This method sets the target payment state of this finalize payment business event.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FinalizePaymentEvent

        public FinalizePaymentEvent()
    • Method Detail

      • getTargetState

        public java.lang.String getTargetState()
        This method returns the target payment state of this finalize payment business event.
        Returns:
        The targe payment state of this finalize payment business event
      • setTargetState

        public void setTargetState(java.lang.String string)
        This method sets the target payment state of this finalize payment business event.
        Parameters:
        string - The target payment state to set
      • toString

        public java.lang.String toString()

        This method creates a String representation of the object.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation