java.lang.Object
de.hybris.platform.integrationservices.integrationkey.KeyAttributeValue

public class KeyAttributeValue extends Object
Captures a value of a single key attribute in a data item.
  • Constructor Details

  • Method Details

    • getAttribute

      public KeyAttribute getAttribute()
      Reads key attribute.
      Returns:
      an item key attribute
    • getValue

      public Object getValue()
      Reads value of the attribute.
      Returns:
      value the attribute has in a data item.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object