com.ibm.commerce.payment.ppc.beans

Class PPCPIExtendedDataDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.ppc.beans.PPCPIExtendedDataDataBean
    • 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 getExtendedData()
      This method returns the extended data of current payment instruction.
      java.lang.String getPIId()
      This method returns the current payment instruction 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 setExtendedData(ExtendedData paramExtData)
      This method sets the extended data of current payment instruction.
      void setPIId(java.lang.String piId)
      This method sets the current payment instruction 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

      • PPCPIExtendedDataDataBean

        public PPCPIExtendedDataDataBean()
    • 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 PPCPIExtendedDataCmd.
        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
      • getExtendedData

        public ExtendedData getExtendedData()
        This method returns the extended data of current payment instruction.
        Returns:
        extData The extended data of current payment instruction
      • setExtendedData

        public void setExtendedData(ExtendedData paramExtData)
        This method sets the extended data of current payment instruction.
        Parameters:
        paramExtData - The extended data of current payment instruction
      • setPIId

        public void setPIId(java.lang.String piId)
        This method sets the current payment instruction identifier.
        Parameters:
        piId - The current payment instruction identifier
      • getPIId

        public java.lang.String getPIId()
        This method returns the current payment instruction identifier.
        Returns:
        piId The current payment instruction identifier
      • 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