# Class: com.pnfsoftware.jeb.core.AbstractPlugin

Skeleton implementation of JEB plugins.

## Protected Constructor: AbstractPlugin


## Method: dispose

Description: The default implementation does nothing.

## Method: getData
- parameter: `key`, type: `java.lang.Object`
- return type: `java.lang.Object`

Description: Retrieve a transient data item previously stored on this plugin instance.
parameter: key: data key
return: the stored value, or null if absent

## Method: setData
- parameter: `key`, type: `java.lang.Object`
- parameter: `value`, type: `java.lang.Object`

Description: Store a transient data item on this plugin instance.
parameter: key: data key
parameter: value: data value

