Interface ObjectAttributeComparator

All Known Implementing Classes:
DefaultObjectAttributeComparator, ProductAwareAttributeComparator

public interface ObjectAttributeComparator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks, if two values are considered equal.
  • Method Details

    • 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 ObjectValuePair
      value2 - the second ObjectValuePair
      Returns:
      true, if equal, false otherwise