public class ManualTaskAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Map<String,String> |
label |
protected ManualTaskActionStyle |
style |
protected Long |
taskType |
| Constructor and Description |
|---|
ManualTaskAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getLabel() |
ManualTaskActionStyle |
getStyle() |
Long |
getTaskType() |
int |
hashCode() |
String |
toString() |
protected Long id
protected ManualTaskActionStyle style
protected Long taskType
public Long getId()
public ManualTaskActionStyle getStyle()
public Long getTaskType()
Copyright © 2022. All rights reserved.