Class ActionReplaceData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionReplaceData
All Implemented Interfaces:
IActionData

public class ActionReplaceData extends ActionData
Action payload for Actions.REPLACE.
  • Constructor Details

    • ActionReplaceData

      public ActionReplaceData()
  • Method Details

    • setTargetObject

      public void setTargetObject(Object o)
      Set the object currently targeted for replacement.
      Parameters:
      o - target object
    • getTargetObject

      public Object getTargetObject()
      Get the object currently targeted for replacement.
      Returns:
      target object
    • setWantedReplacement

      public void setWantedReplacement(Object repl)
      Set the replacement object requested by the client.
      Parameters:
      repl - replacement object
    • getWantedReplacement

      public Object getWantedReplacement()
      Get the replacement object requested by the client.
      Returns:
      replacement object