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

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

## Constructor: ActionSetTypeData


## Method: getCurrentType
- return type: `java.lang.String`

Description: Get the current type. This method is used by clients.
return: the current type

## Method: getNewType
- return type: `java.lang.String`

Description: Get the new type. This method is used by plugins.
return: the new type

## Method: setCurrentType
- parameter: `type`, type: `java.lang.String`

Description: Set the current Type. This method is used by plugins.
parameter: type: current type

## Method: setNewType
- parameter: `type`, type: `java.lang.String`

Description: Set the new type. This method is used by clients.
parameter: type: new type

