org.camunda.bpm.engine.impl.core.model
Class PropertyMapKey<K,V>

java.lang.Object
  extended by 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

Field Summary
protected  String name
           
 
Constructor Summary
PropertyMapKey(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected final String name
Constructor Detail

PropertyMapKey

public PropertyMapKey(String name)
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.