jBPM Console NG - Process Runtime API 6.2.0.Final

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

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

@Portable
public class ProcessInstanceKey
extends Object
implements ItemKey


Constructor Summary
ProcessInstanceKey()
           
ProcessInstanceKey(Long processInstanceId)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getProcessInstanceId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessInstanceKey

public ProcessInstanceKey()

ProcessInstanceKey

public ProcessInstanceKey(Long processInstanceId)
Method Detail

getProcessInstanceId

public Long getProcessInstanceId()

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.