public class StatusFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
StatusFieldProperty() |
| 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() |
StatusFieldProperty |
setCode(String code)
The field code of the field.
|
StatusFieldProperty |
setEnabled(Boolean enabled)
Whether the process management feature is enabled.
|
StatusFieldProperty |
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 StatusFieldProperty setCode(String code)
this.public StatusFieldProperty setLabel(String label)
this.public StatusFieldProperty 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