jBPM Console NG - Process Runtime API 6.2.0.Final

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

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

@Portable
public class ProcessDefinitionKey
extends Object
implements ItemKey


Constructor Summary
ProcessDefinitionKey()
           
ProcessDefinitionKey(String deploymentId, String processId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDeploymentId()
           
 String getProcessId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessDefinitionKey

public ProcessDefinitionKey(String deploymentId,
                            String processId)

ProcessDefinitionKey

public ProcessDefinitionKey()
Method Detail

getDeploymentId

public String getDeploymentId()

getProcessId

public String getProcessId()

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

jBPM Console NG - Process Runtime API 6.2.0.Final

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