public class ManagerOutput
extends java.lang.Object
Constructor and Description |
---|
ManagerOutput(java.util.HashMap<java.lang.String,java.lang.Double> actions,
java.lang.String type)
Instantiates a new manager output.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Double> |
getActions()
Gets the actions.
|
java.util.concurrent.FutureTask<java.lang.Double> |
getFutureTask()
Gets the future task.
|
java.lang.String |
getType()
Gets the type.
|
void |
setActions(java.util.HashMap<java.lang.String,java.lang.Double> actions)
Sets the actions.
|
void |
setFutureTask(java.util.concurrent.FutureTask<java.lang.Double> futureTask)
Sets the future task.
|
void |
setType(java.lang.String type)
Sets the type.
|
public ManagerOutput(java.util.HashMap<java.lang.String,java.lang.Double> actions, java.lang.String type)
actions
- the actionstype
- the typepublic void setActions(java.util.HashMap<java.lang.String,java.lang.Double> actions)
actions
- the actionspublic void setType(java.lang.String type)
type
- the new typepublic java.util.HashMap<java.lang.String,java.lang.Double> getActions()
public java.lang.String getType()
public void setFutureTask(java.util.concurrent.FutureTask<java.lang.Double> futureTask)
futureTask
- the new future taskpublic java.util.concurrent.FutureTask<java.lang.Double> getFutureTask()