Class WorksheetEntryKey
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.util.WorksheetEntryKey
-
public class WorksheetEntryKey extends java.lang.ObjectRepresents single entry (single row) in excel worksheet. The entry consists of metadata of unique attributes and values.
-
-
Constructor Summary
Constructors Constructor Description WorksheetEntryKey(RequiredAttribute requiredAttribute, java.util.Map<java.lang.String,java.lang.String> uniqueAttributesValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)RequiredAttributegetRequiredAttribute()java.util.Map<java.lang.String,java.lang.String>getUniqueAttributesValues()inthashCode()
-
-
-
Constructor Detail
-
WorksheetEntryKey
public WorksheetEntryKey(RequiredAttribute requiredAttribute, java.util.Map<java.lang.String,java.lang.String> uniqueAttributesValues)
-
-
Method Detail
-
getRequiredAttribute
public RequiredAttribute getRequiredAttribute()
-
getUniqueAttributesValues
public java.util.Map<java.lang.String,java.lang.String> getUniqueAttributesValues()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-