com.ibm.commerce.edp.commands

Class AEDPStoreTaskCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • AEDPStoreTaskCmdImpl

        public AEDPStoreTaskCmdImpl()
    • Method Detail

      • setCurrency

        public final void setCurrency(java.lang.String localCurrency)
        This method sets the currency.
        Parameters:
        localCurrency - A String that specifies the currency to be set.
      • getCurrency

        public final java.lang.String getCurrency()
        This method returns the currency.
        Specified by:
        getCurrency in interface AEDPTaskCmd
        Overrides:
        getCurrency in class AEDPTaskCmdImpl
        Returns:
        This method returns a String that specifies the currency.
      • setOrderAmount

        public final void setOrderAmount(java.math.BigDecimal amount)
        This method sets the amount.
        Parameters:
        amount - A BigDecimal that specifies the amount to be set.
      • getOrderAmount

        public final java.math.BigDecimal getOrderAmount()
        This method returns the amount.
        Returns:
        This method returns a BigDecimal that specifies the amount.
      • setPaymentInstructions

        public final void setPaymentInstructions(java.util.ArrayList localPaymentInstructions)
        This method sets the paymentInstructions.
        Parameters:
        localPaymentInstructions - An ArrayList that specifies the list of the paymentInstructions to be set.
      • getPaymentInstructions

        public final java.util.ArrayList getPaymentInstructions()
        This method returns the paymentInstructions.
        Returns:
        Returns an ArrayList that represents the list of payment instructions.