public class LookupFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
LookupFieldProperty() |
LookupFieldProperty(FieldType type) |
| 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.
|
LookupSetting |
getLookup()
An object containing the settings of the Lookup field.
|
Boolean |
getNoLabel()
The "Hide field name" option.
|
Boolean |
getRequired()
The "Required field" option.
|
FieldType |
getType()
The field type.
|
int |
hashCode() |
LookupFieldProperty |
setCode(String code)
The field code of the field.
|
LookupFieldProperty |
setLabel(String label)
The field name.
|
LookupFieldProperty |
setLookup(LookupSetting lookup)
An object containing the settings of the Lookup field.
|
LookupFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
LookupFieldProperty |
setRequired(Boolean required)
The "Required field" option.
|
LookupFieldProperty |
setType(FieldType type)
The field type.
|
String |
toString() |
public LookupFieldProperty(FieldType type)
public LookupFieldProperty()
public String getCode()
getCode in interface FieldPropertypublic FieldType getType()
getType in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public Boolean getRequired()
public LookupSetting getLookup()
public LookupFieldProperty setCode(String code)
this.public LookupFieldProperty setType(FieldType type)
this.public LookupFieldProperty setLabel(String label)
this.public LookupFieldProperty setNoLabel(Boolean noLabel)
this.public LookupFieldProperty setRequired(Boolean required)
this.public LookupFieldProperty setLookup(LookupSetting lookup)
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