public class GroupFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
GroupFieldProperty() |
| 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.
|
Boolean |
getOpenGroup()
The "Show fields in this group" option.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
GroupFieldProperty |
setCode(String code)
The field code of the field.
|
GroupFieldProperty |
setLabel(String label)
The field name.
|
GroupFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
GroupFieldProperty |
setOpenGroup(Boolean openGroup)
The "Show fields in this group" option.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public Boolean getOpenGroup()
public GroupFieldProperty setCode(String code)
this.public GroupFieldProperty setLabel(String label)
this.public GroupFieldProperty setNoLabel(Boolean noLabel)
this.public GroupFieldProperty setOpenGroup(Boolean openGroup)
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