com.ibm.commerce.payment.ppc.beans

Class PPCPayTranExtendedDataDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.ppc.beans.PPCPayTranExtendedDataDataBean
    • 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.
      ExtendedData getExtData()
      This method returns the extended data of current payment transaction.
      java.lang.String getPayTranID()
      This method returns the current payment transaction identifier.
      TypedProperty getRequestProperties()
      This method returns the parameters as TypedProperty passed as part of the URL.
      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 setExtData(ExtendedData paramExtData)
      This method sets the extended data of current payment transaction.
      void setPayTranID(java.lang.String payTranId)
      This method sets the current payment transaction identifier.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the passed parameters as part of the URL if any.
      • 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

      • PPCPayTranExtendedDataDataBean

        public PPCPayTranExtendedDataDataBean()
    • 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 PPCPayTranExtendedDataCmd.
        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
      • getExtData

        public ExtendedData getExtData()
        This method returns the extended data of current payment transaction.
        Returns:
        extData The extended data of current payment transaction
      • setExtData

        public void setExtData(ExtendedData paramExtData)
        This method sets the extended data of current payment transaction.
        Parameters:
        paramExtData - The extended data of current payment transaction
      • getPayTranID

        public java.lang.String getPayTranID()
        This method returns the current payment transaction identifier.
        Returns:
        piId The current payment transaction identifier
      • setPayTranID

        public void setPayTranID(java.lang.String payTranId)
        This method sets the current payment transaction identifier.
        Parameters:
        payTranId - The current payment transaction identifier
      • 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
      • 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