Package com.hybris.merchandising.model
Class IndexedPropertyInfo
- java.lang.Object
-
- com.hybris.merchandising.model.IndexedPropertyInfo
-
public class IndexedPropertyInfo extends java.lang.ObjectPOJO which encapsulates IndexedProperty information that is used to construct the {@ Product}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexedPropertyInfo.IndexedPropertyInfoBuilder
-
Constructor Summary
Constructors Constructor Description IndexedPropertyInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexedPropertyInfo.IndexedPropertyInfoBuilderbuilder()IndexedPropertygetIndexedProperty()java.lang.StringgetTranslatedFieldName()java.util.List<java.lang.String>getTranslatedFieldNames()booleanisLocalised()
-
-
-
Method Detail
-
getIndexedProperty
public IndexedProperty getIndexedProperty()
-
getTranslatedFieldNames
public java.util.List<java.lang.String> getTranslatedFieldNames()
-
getTranslatedFieldName
public java.lang.String getTranslatedFieldName()
-
isLocalised
public boolean isLocalised()
-
builder
public static IndexedPropertyInfo.IndexedPropertyInfoBuilder builder()
-
-