# Class: com.pnfsoftware.jeb.core.actions.ActionReplaceData

Action payload for [Actions#REPLACE](Actions#REPLACE).

## Constructor: ActionReplaceData


## Method: getTargetObject
- return type: `java.lang.Object`

Description: Get the object currently targeted for replacement.
return: target object

## Method: getWantedReplacement
- return type: `java.lang.Object`

Description: Get the replacement object requested by the client.
return: replacement object

## Method: setTargetObject
- parameter: `o`, type: `java.lang.Object`

Description: Set the object currently targeted for replacement.
parameter: o: target object

## Method: setWantedReplacement
- parameter: `repl`, type: `java.lang.Object`

Description: Set the replacement object requested by the client.
parameter: repl: replacement object

