Class Pair<K,V>

java.lang.Object
de.hybris.platform.promotions.util.Pair<K,V>
Direct Known Subclasses:
PromotionOrderEntryAdjustAction.OrderEntryAndDiscountValue

public class Pair<K,V> extends Object
Helper generic pair type.
Version:
v1
  • Constructor Details

    • Pair

      public Pair(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • setKey

      public void setKey(K key)
    • getValue

      public V getValue()
    • setValue

      public void setValue(V value)