@Entity public class FieldImpl extends Object implements Field, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
abbreviation |
protected String |
entityType |
protected String |
facetFieldType |
protected Long |
id |
protected String |
propertyName |
protected Boolean |
searchable |
protected List<String> |
searchableFieldTypes |
Constructor and Description |
---|
FieldImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
protected Long id
protected String entityType
protected String propertyName
protected String abbreviation
protected Boolean searchable
protected String facetFieldType
public String getQualifiedFieldName()
Field
getQualifiedFieldName
in interface Field
public FieldEntity getEntityType()
Field
getEntityType
in interface Field
public void setEntityType(FieldEntity entityType)
Field
setEntityType
in interface Field
public String getPropertyName()
Field
getPropertyName
in interface Field
public void setPropertyName(String propertyName)
Field
setPropertyName
in interface Field
public String getAbbreviation()
Field
getAbbreviation
in interface Field
public void setAbbreviation(String abbreviation)
Field
setAbbreviation
in interface Field
public Boolean getSearchable()
Field
getSearchable
in interface Field
public void setSearchable(Boolean searchable)
Field
setSearchable
in interface Field
public FieldType getFacetFieldType()
Field
getFacetFieldType
in interface Field
Field.getSearchableFieldTypes()
public void setFacetFieldType(FieldType facetFieldType)
Field
setFacetFieldType
in interface Field
public List<FieldType> getSearchableFieldTypes()
Field
getSearchableFieldTypes
in interface Field
public void setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
Field
setSearchableFieldTypes
in interface Field
Field.getSearchableFieldTypes()
public List<SearchConfig> getSearchConfigs()
Field
getSearchConfigs
in interface Field
public void setSearchConfigs(List<SearchConfig> searchConfigs)
Field
setSearchConfigs
in interface Field
Copyright © 2013. All rights reserved.