@Override public void setActionType(SandBoxActionType type) { sandBoxActionType = type.getType(); }
@Override public SandBoxActionType getActionType() { return SandBoxActionType.getInstance(sandBoxActionType); }