public class ActionInfo extends Object
| Constructor and Description |
|---|
ActionInfo(ActionType actionType,
ActionTarget actionTarget,
String description)
Create a new ActionInfo object with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ActionTarget |
getActionTarget() |
ActionType |
getActionType() |
String |
getDescription() |
void |
setActionTarget(ActionTarget actionTarget) |
void |
setActionType(ActionType actionType) |
void |
setDescription(String description) |
public ActionInfo(ActionType actionType, ActionTarget actionTarget, String description)
actionType - the action typeactionTarget - the target of the actiondescription - the description of the action definition in the dialog modelpublic ActionType getActionType()
public void setActionType(ActionType actionType)
actionType - the actionType to setpublic ActionTarget getActionTarget()
public void setActionTarget(ActionTarget actionTarget)
actionTarget - the actionTarget to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2006–2020 Esito AS. All rights reserved.