Class ClassificationFullNameExtractor
java.lang.Object
com.hybris.backoffice.excel.template.populator.extractor.ClassificationFullNameExtractor
Formats
ExcelClassificationAttribute to readable format that includes its ClassificationSystem,
ClassificationVersion, ClassificationClass, name and locale.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(ExcelClassificationAttribute excelAttribute) Formats givenExcelClassificationAttributeto a human readable format
-
Constructor Details
-
ClassificationFullNameExtractor
public ClassificationFullNameExtractor()
-
-
Method Details
-
extract
Formats givenExcelClassificationAttributeto a human readable format- Parameters:
excelAttribute- the object that contains information about the attribute- Returns:
- human readable information about the
ExcelClassificationAttribute
-