com.ibm.commerce.edp.beans

Class EDPPaymentInstructionsDataBean

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCommandInterfaceName()
      This method gets the command interface name that populates this data bean.
      java.lang.Long getOrderId()
      This method gets the order ID.
      java.util.ArrayList getPaymentInstructions()
      This method gets the payment instructions of Payment Rules for this data bean.
      TypedProperty getRequestProperties()
      This method gets the parameters passed as part of the URL if any.
      void setCommandInterfaceName(java.lang.String ifname)
      This method sets the command interface name.
      void setOrderId(java.lang.Long orderId)
      This method sets the order ID.
      void setPaymentInstructions(java.util.ArrayList paramPaymentInstructions)
      This method sets the payment instructions of Payment Rules for this data bean.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the parameters passed 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
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EDPPaymentInstructionsDataBean

        public EDPPaymentInstructionsDataBean()
    • Method Detail

      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the command interface name. The data can be got through the specified databean command.
        Parameters:
        ifname - A String that specifies the command interface name to be set.
      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method gets the command interface name that populates this data bean. The default command interfaceName is EDPPaymentInstructionsBeanCmd.
        Returns:
        A String that specifies the name of the command interface.
      • setOrderId

        public void setOrderId(java.lang.Long orderId)
        This method sets the order ID. This data bean represents the payment instruction of Payment Rules of the order with this order ID.
        Parameters:
        orderId - A Long that specifies the order ID.
      • getOrderId

        public java.lang.Long getOrderId()
        This method gets the order ID. This data bean represents the payment instruction of Payment Rules of the order with this order ID.
        Returns:
        A Long that specifies the order ID.
      • setPaymentInstructions

        public void setPaymentInstructions(java.util.ArrayList paramPaymentInstructions)
        This method sets the payment instructions of Payment Rules for this data bean.
        Parameters:
        paramPaymentInstructions - An ArrayList that represents the list of available payment instructions with current data bean.
      • getPaymentInstructions

        public java.util.ArrayList getPaymentInstructions()
        This method gets the payment instructions of Payment Rules for this data bean.
        Returns:
        An ArrayList that represents the list of available payment instructions with current data bean.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the parameters passed as part of the URL if any.
        Parameters:
        aRequestProperties - A TypedProperty that specifies the parameters passed as part of the URL if any.
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the parameters passed as part of the URL if any.
        Returns:
        A TypedProperty that specifies the parameters passed as part of the URL if any.