|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Field
Represents a String-based mapping of entities and properties. This is used in various places, including search facets and report fields.
| Method Summary | |
|---|---|
String |
getAbbreviation()
Gets the abbreviation of this Field. |
FieldEntity |
getEntityType()
Gets the entityType of this Field |
FieldType |
getFacetFieldType()
Gets the facet field type. |
Long |
getId()
Gets the id |
String |
getPropertyName()
Gets the propertyName of this Field. |
String |
getQualifiedFieldName()
Returns the qualified name of this Field. |
Boolean |
getSearchable()
Gets the searchable flag |
List<FieldType> |
getSearchableFieldTypes()
Gets the dynamic searchable field types. |
List<SearchConfig> |
getSearchConfigs()
Gets the searchConfigs. |
void |
setAbbreviation(String abbreviation)
Sets the abbreviation |
void |
setEntityType(FieldEntity entityType)
Sets the entityType |
void |
setFacetFieldType(FieldType facetFieldType)
Sets the facet field type |
void |
setId(Long id)
Sets the id |
void |
setPropertyName(String propertyName)
Sets the propertyName |
void |
setSearchable(Boolean searchable)
Sets the searchable flag |
void |
setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
Sets the searchableFieldTypes |
void |
setSearchConfigs(List<SearchConfig> searchConfigs)
Sets the searchConfigs. |
| Method Detail |
|---|
Long getId()
void setId(Long id)
id - FieldEntity getEntityType()
void setEntityType(FieldEntity entityType)
entityType - String getPropertyName()
void setPropertyName(String propertyName)
propertyName - String getAbbreviation()
void setAbbreviation(String abbreviation)
abbreviation - Boolean getSearchable()
void setSearchable(Boolean searchable)
searchable - void setFacetFieldType(FieldType facetFieldType)
facetFieldType - FieldType getFacetFieldType()
getSearchableFieldTypes()void setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
searchableFieldTypes - getSearchableFieldTypes()List<FieldType> getSearchableFieldTypes()
List<SearchConfig> getSearchConfigs()
void setSearchConfigs(List<SearchConfig> searchConfigs)
searchConfigs - String getQualifiedFieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||