public class CategoryFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
CategoryFieldProperty() |
| 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 category feature is enabled.
|
String |
getLabel()
The field name.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
CategoryFieldProperty |
setCode(String code)
The field code of the field.
|
CategoryFieldProperty |
setEnabled(Boolean enabled)
Whether the category feature is enabled.
|
CategoryFieldProperty |
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 CategoryFieldProperty setCode(String code)
this.public CategoryFieldProperty setLabel(String label)
this.public CategoryFieldProperty 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