public class LookupSetting
extends Object
| Constructor and Description |
|---|
LookupSetting() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<FieldMapping> |
getFieldMappings()
A list of data set for the "Field Mappings" setting.
|
String |
getFilterCond()
The default filter query for the "Filter" setting.
|
List<String> |
getLookupPickerFields()
A list of field codes of fields set for the "Fields Shown in Lookup Picker" setting.
|
RelatedApp |
getRelatedApp()
An object that represents the settings for the related app.
|
String |
getRelatedKeyField()
The field code specified in source field.
|
String |
getSort()
The default sort order for the "Filter" setting.
|
int |
hashCode() |
LookupSetting |
setFieldMappings(List<FieldMapping> fieldMappings)
A list of data set for the "Field Mappings" setting.
|
LookupSetting |
setFilterCond(String filterCond)
The default filter query for the "Filter" setting.
|
LookupSetting |
setLookupPickerFields(List<String> lookupPickerFields)
A list of field codes of fields set for the "Fields Shown in Lookup Picker" setting.
|
LookupSetting |
setRelatedApp(RelatedApp relatedApp)
An object that represents the settings for the related app.
|
LookupSetting |
setRelatedKeyField(String relatedKeyField)
The field code specified in source field.
|
LookupSetting |
setSort(String sort)
The default sort order for the "Filter" setting.
|
String |
toString() |
public RelatedApp getRelatedApp()
public String getRelatedKeyField()
public List<FieldMapping> getFieldMappings()
public List<String> getLookupPickerFields()
public String getFilterCond()
public String getSort()
public LookupSetting setRelatedApp(RelatedApp relatedApp)
this.public LookupSetting setRelatedKeyField(String relatedKeyField)
this.public LookupSetting setFieldMappings(List<FieldMapping> fieldMappings)
this.public LookupSetting setLookupPickerFields(List<String> lookupPickerFields)
this.public LookupSetting setFilterCond(String filterCond)
this.public LookupSetting setSort(String sort)
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