Class DefaultFieldNameTranslator.DefaultFieldInfo
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.DefaultFieldNameTranslator.DefaultFieldInfo
-
- All Implemented Interfaces:
FieldNameTranslator.FieldInfo
- Enclosing class:
- DefaultFieldNameTranslator
protected static class DefaultFieldNameTranslator.DefaultFieldInfo extends java.lang.Object implements FieldNameTranslator.FieldInfo
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultFieldInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()Returns the field name.IndexedPropertygetIndexedProperty()Returns the indexed property that is associated with the field (if one exists).java.lang.StringgetTranslatedFieldName()Returns the translated field name.voidsetFieldName(java.lang.String fieldName)voidsetIndexedProperty(IndexedProperty indexedProperty)voidsetTranslatedFieldName(java.lang.String translatedFieldName)
-
-
-
Method Detail
-
getFieldName
public java.lang.String getFieldName()
Description copied from interface:FieldNameTranslator.FieldInfoReturns the field name.- Specified by:
getFieldNamein interfaceFieldNameTranslator.FieldInfo- Returns:
- the field name
-
setFieldName
public void setFieldName(java.lang.String fieldName)
-
getTranslatedFieldName
public java.lang.String getTranslatedFieldName()
Description copied from interface:FieldNameTranslator.FieldInfoReturns the translated field name.- Specified by:
getTranslatedFieldNamein interfaceFieldNameTranslator.FieldInfo- Returns:
- the translated field name
-
setTranslatedFieldName
public void setTranslatedFieldName(java.lang.String translatedFieldName)
-
getIndexedProperty
public IndexedProperty getIndexedProperty()
Description copied from interface:FieldNameTranslator.FieldInfoReturns the indexed property that is associated with the field (if one exists).- Specified by:
getIndexedPropertyin interfaceFieldNameTranslator.FieldInfo- Returns:
- the indexed property
-
setIndexedProperty
public void setIndexedProperty(IndexedProperty indexedProperty)
-
-