public class

ActionOverridesData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionOverridesData

Class Overview

This action class holds information for the QUERY_OVERRIDES action.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.actions.ActionData
Public Constructors
ActionOverridesData()
Public Methods
List<String> getAddresses()
Get the list of addresses.
void setAddresses(List<String> addresses)
Set the list of addresses.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.actions.ActionData
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.actions.IActionData

Public Constructors

public ActionOverridesData ()

Public Methods

public List<String> getAddresses ()

Get the list of addresses. This method is used by clients.

Returns
  • a list of addresses

public void setAddresses (List<String> addresses)

Set the list of addresses. This method is used by plugins.

Parameters
addresses list of addresses