Class KeyValue
java.lang.Object
de.hybris.platform.integrationservices.integrationkey.KeyValue
A value object encapsulating item key value regardless of whether the item has a simple or a composite key.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionKeyValue()Instantiates an empty key value.KeyValue(Collection<KeyAttributeValue> values) Instantiates a key value consisting of the provided attribute values -
Method Summary
-
Constructor Details
-
KeyValue
public KeyValue()Instantiates an empty key value. -
KeyValue
Instantiates a key value consisting of the provided attribute values- Parameters:
values- attribute values for this key
-
-
Method Details
-
getKeyAttributeValues
Retrieves values this key consists of.- Returns:
- a collection of values of all key attributes comprising this key value or an empty collection, if the item does not have a key.
-
equals
-
hashCode
public int hashCode() -
toString
-