jBPM Console NG - Process Runtime API 6.2.0.Final

org.jbpm.console.ng.pr.model
Class ProcessVariableKey

java.lang.Object
  extended by org.jbpm.console.ng.pr.model.ProcessVariableKey
All Implemented Interfaces:
ItemKey

@Portable
public class ProcessVariableKey
extends Object
implements ItemKey


Constructor Summary
ProcessVariableKey()
           
ProcessVariableKey(String processVariableId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getProcessVariableId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessVariableKey

public ProcessVariableKey()

ProcessVariableKey

public ProcessVariableKey(String processVariableId)
Method Detail

getProcessVariableId

public String getProcessVariableId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

jBPM Console NG - Process Runtime API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.