org.camunda.bpm.engine.impl.core.model
Class PropertyKey<T>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.model.PropertyKey<T>

public class PropertyKey<T>
extends Object

Key of a typed property.

Author:
Philipp Ossler
See Also:
PropertyListKey}, {@link PropertyMapKey}

Field Summary
protected  String name
           
 
Constructor Summary
PropertyKey(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

PropertyKey

public PropertyKey(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 © 2015 camunda services GmbH. All rights reserved.