org.camunda.bpm.engine.impl.core.model
Class PropertyMapKey<K,V>
java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyMapKey<K,V>
public class PropertyMapKey<K,V>
- extends Object
Key of a map property.
- Author:
- Philipp Ossler
name
protected final String name
allowOverwrite
protected boolean allowOverwrite
PropertyMapKey
public PropertyMapKey(String name)
PropertyMapKey
public PropertyMapKey(String name,
boolean allowOverwrite)
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
Copyright © 2017 camunda services GmbH. All rights reserved.