public interface Field
| Modifier and Type | Method and Description |
|---|---|
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.
|
Boolean |
getTranslatable()
Returns whether or not this field should be considered translatable
|
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.
|
void |
setTranslatable(Boolean translatable)
Sets whether or not this field should be considered translatable
|
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()
Boolean getTranslatable()
void setTranslatable(Boolean translatable)
translatable - Copyright © 2014. All Rights Reserved.