public class StatusAssigneeFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
StatusAssigneeFieldProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field.
|
Boolean |
getEnabled()
Whether the process management feature is enabled.
|
String |
getLabel()
The field name.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
StatusAssigneeFieldProperty |
setCode(String code)
The field code of the field.
|
StatusAssigneeFieldProperty |
setEnabled(Boolean enabled)
Whether the process management feature is enabled.
|
StatusAssigneeFieldProperty |
setLabel(String label)
The field name.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getEnabled()
public StatusAssigneeFieldProperty setCode(String code)
this.public StatusAssigneeFieldProperty setLabel(String label)
this.public StatusAssigneeFieldProperty setEnabled(Boolean enabled)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object