Class KeyAttributeValue
- java.lang.Object
-
- de.hybris.platform.integrationservices.integrationkey.KeyAttributeValue
-
public class KeyAttributeValue extends java.lang.ObjectCaptures a value of a single key attribute in a data item.
-
-
Constructor Summary
Constructors Constructor Description KeyAttributeValue(KeyAttribute attribute, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)KeyAttributegetAttribute()Reads key attribute.java.lang.ObjectgetValue()Reads value of the attribute.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
KeyAttributeValue
public KeyAttributeValue(KeyAttribute attribute, java.lang.Object value)
-
-
Method Detail
-
getAttribute
public KeyAttribute getAttribute()
Reads key attribute.- Returns:
- an item key attribute
-
getValue
public java.lang.Object getValue()
Reads value of the attribute.- Returns:
- value the attribute has in a data item.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-