public class ReferenceTableFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
ReferenceTableFieldProperty() |
| 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.
|
ReferenceTable |
getReferenceTable()
An object containing the settings of the Related Records field.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
ReferenceTableFieldProperty |
setCode(String code)
The field code of the field.
|
ReferenceTableFieldProperty |
setLabel(String label)
The field name.
|
ReferenceTableFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
ReferenceTableFieldProperty |
setReferenceTable(ReferenceTable referenceTable)
An object containing the settings of the Related Records field.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public ReferenceTable getReferenceTable()
public ReferenceTableFieldProperty setCode(String code)
this.public ReferenceTableFieldProperty setLabel(String label)
this.public ReferenceTableFieldProperty setNoLabel(Boolean noLabel)
this.public ReferenceTableFieldProperty setReferenceTable(ReferenceTable referenceTable)
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