com.ibm.commerce.payment.ppc.beans

Class PPCGetPaymentDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.ppc.beans.PPCGetPaymentDataBean
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCommandInterfaceName()
      This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      Payment getPayment()
      This method returns the Payment object, and the corresponding information are stored the table PPCPAYMENT.
      java.lang.String getPaymentId()
      This method returns the identifier of current Payment object.
      TypedProperty getRequestProperties()
      This method returns the parameters as TypedProperty passed as part of the URL.
      ExtendedData getTranExtendedData()
      This method returns the pending transaction's extended data of current payment.
      void setCommandInterfaceName(java.lang.String ifname)
      This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      void setPayment(Payment paramPayment)
      This method sets the Payment object, and the corresponding information are stored the table PPCPAYMENT.
      void setPaymentId(java.lang.String paramPaymentId)
      This method sets the identifier of current Payment object.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the passed parameters as part of the URL if any.
      void setTranExtendedData(ExtendedData map)
      This method sets the pending transaction's extended data of current payment.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • PPCGetPaymentDataBean

        public PPCGetPaymentDataBean()
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated. The default command interface is PPCGetPaymentCmd.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        The databean command interface name of this databean
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - The databean command interface name of this databean
      • getPayment

        public Payment getPayment()
        This method returns the Payment object, and the corresponding information are stored the table PPCPAYMENT.
        Returns:
        payment The Payment object
      • setPayment

        public void setPayment(Payment paramPayment)
        This method sets the Payment object, and the corresponding information are stored the table PPCPAYMENT.
        Parameters:
        paramPayment - The Payment object
      • setPaymentId

        public void setPaymentId(java.lang.String paramPaymentId)
        This method sets the identifier of current Payment object.
        Parameters:
        paramPaymentId - The identifier of current Payment object
      • getPaymentId

        public java.lang.String getPaymentId()
        This method returns the identifier of current Payment object.
        Returns:
        paymentId The identifier of current Payment object
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the passed parameters as part of the URL if any.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperties - The parameters are set into the request properties
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the parameters as TypedProperty passed as part of the URL.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        TypedProperty The parameters as TypedProperty passed as part of the URL
      • getTranExtendedData

        public ExtendedData getTranExtendedData()
        This method returns the pending transaction's extended data of current payment.
        Returns:
        tranExtendedData The pending transaction's extended data of current payment
      • setTranExtendedData

        public void setTranExtendedData(ExtendedData map)
        This method sets the pending transaction's extended data of current payment.
        Parameters:
        map - The pending transaction's extended data of current payment