Class IndexedPropertyValueData<INDEXED_PROPERTY_TYPE>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.data.IndexedPropertyValueData<INDEXED_PROPERTY_TYPE>
-
- All Implemented Interfaces:
java.io.Serializable
public class IndexedPropertyValueData<INDEXED_PROPERTY_TYPE> extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexedPropertyValueData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INDEXED_PROPERTY_TYPEgetIndexedProperty()java.lang.StringgetValue()voidsetIndexedProperty(INDEXED_PROPERTY_TYPE indexedProperty)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
setIndexedProperty
public void setIndexedProperty(INDEXED_PROPERTY_TYPE indexedProperty)
-
getIndexedProperty
public INDEXED_PROPERTY_TYPE getIndexedProperty()
-
setValue
public void setValue(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
-