public class ModifierFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
ModifierFieldProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field.
|
String |
getLabel()
The field name.
|
Boolean |
getNoLabel()
The "Hide field name" option.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
ModifierFieldProperty |
setCode(String code)
The field code of the field.
|
ModifierFieldProperty |
setLabel(String label)
The field name.
|
ModifierFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public ModifierFieldProperty setCode(String code)
this.public ModifierFieldProperty setLabel(String label)
this.public ModifierFieldProperty setNoLabel(Boolean noLabel)
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