public abstract class GenericActionRow
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
GenericActionRow(ActionType type,
ActionLevelType alType) |
protected |
GenericActionRow(int id,
ActionType type,
ActionLevelType alType) |
Modifier and Type | Method and Description |
---|---|
ActionLevelType |
getActionLevelType() |
ActionType |
getActionType() |
int |
getId() |
void |
setActionType(ActionType type) |
protected GenericActionRow(int id, ActionType type, ActionLevelType alType)
protected GenericActionRow(ActionType type, ActionLevelType alType)
public int getId()
public ActionType getActionType()
public void setActionType(ActionType type)
public ActionLevelType getActionLevelType()