com.ibm.commerce.edp.parsers.edits

Class EditAction

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.edits.EditAction


  • public class EditAction
    extends java.lang.Object
    This class represents the complex type EditAction, which means the payment edit action specified in the Payment Rules configuration.
    • Field Summary

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

      Constructors 
      Constructor and Description
      EditAction() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAmount()
      This method returns the amount needs to process in current EditAction.
      java.lang.String getMsg()
      This method returns the message configured for current EditAction.
      java.lang.String getName()
      This method returns the action name of current EditAction.
      void setAmount(java.lang.String string)
      This method sets the amount needs to process in current EditAction.
      void setMsg(java.lang.String string)
      This method sets the message configured for current EditAction.
      void setName(java.lang.String string)
      This method sets the action name of current EditAction.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • EditAction

        public EditAction()
    • Method Detail

      • getAmount

        public java.lang.String getAmount()
        This method returns the amount needs to process in current EditAction.
        Returns:
        amount The amount needs to process in current EditAction
      • getMsg

        public java.lang.String getMsg()
        This method returns the message configured for current EditAction.
        Returns:
        msg The message configured for current EditAction
      • getName

        public java.lang.String getName()
        This method returns the action name of current EditAction.
        Returns:
        name The action name of current EditAction
      • setAmount

        public void setAmount(java.lang.String string)
        This method sets the amount needs to process in current EditAction.
        Parameters:
        string - The amount needs to process in current EditAction
      • setMsg

        public void setMsg(java.lang.String string)
        This method sets the message configured for current EditAction.
        Parameters:
        string - The message configured for current EditAction
      • setName

        public void setName(java.lang.String string)
        This method sets the action name of current EditAction.
        Parameters:
        string - The action name of current EditAction
      • toString

        public java.lang.String toString()
        This method creates a String representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation