Class PropertyMapKey<K,V>

java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyMapKey<K,V>
Record Components:
K - the type of keys maintained by the map
V - the type of mapped values

public class PropertyMapKey<K,V> extends Object
Key of a map property.
Author:
Philipp Ossler
  • Field Details

    • name

      protected final String name
    • allowOverwrite

      protected boolean allowOverwrite
  • Constructor Details

    • PropertyMapKey

      public PropertyMapKey(String name)
    • PropertyMapKey

      public PropertyMapKey(String name, boolean allowOverwrite)
  • Method Details

    • allowsOverwrite

      public boolean allowsOverwrite()
    • getName

      public String getName()
    • toString

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object