Interface ObjectAttributeComparator
-
- All Known Implementing Classes:
DefaultObjectAttributeComparator,ProductAwareAttributeComparator
public interface ObjectAttributeComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEqual(ObjectValuePair value1, ObjectValuePair value2)Checks, if two values are considered equal.
-
-
-
Method Detail
-
isEqual
boolean isEqual(ObjectValuePair value1, ObjectValuePair value2)
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
-
-