Interface ObjectAttributeComparator
- All Known Implementing Classes:
DefaultObjectAttributeComparator,ProductAwareAttributeComparator
public interface ObjectAttributeComparator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEqual(ObjectValuePair value1, ObjectValuePair value2) Checks, if two values are considered equal.
-
Method Details
-
isEqual
Checks, if two values are considered equal. Takes two ObjectValuePairs as parameters, which hold informations about the values itself and the items and property descriptors from which they are referenced.- Parameters:
value1- the first ObjectValuePairvalue2- the second ObjectValuePair- Returns:
- true, if equal, false otherwise
-