Class WorksheetEntryKey
java.lang.Object
com.hybris.backoffice.excel.validators.util.WorksheetEntryKey
Represents single entry (single row) in excel worksheet. The entry consists of metadata of unique attributes and
values.
-
Constructor Summary
ConstructorsConstructorDescriptionWorksheetEntryKey(RequiredAttribute requiredAttribute, Map<String, String> uniqueAttributesValues) -
Method Summary
-
Constructor Details
-
WorksheetEntryKey
public WorksheetEntryKey(RequiredAttribute requiredAttribute, Map<String, String> uniqueAttributesValues)
-
-
Method Details