com.ibm.commerce.returns.commands

Interface CalculateRMAItemTotalCreditCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setRMAItem

        void setRMAItem(RMAItemAccessBean abRMAItem)
        This method sets the RMAItem access bean whose total credit needs to be calculated.
        Parameters:
        abRMAItem - the RMAItemAccessBean object.
      • getRMAItem

        RMAItemAccessBean getRMAItem()
        This method returns the RMAItemAccessBean object.
        Returns:
        RMAItemAccessBean object.