jBPM Console NG - Process Runtime API 6.2.0.Final

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

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

@Portable
public class DocumentKey
extends Object
implements ItemKey


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

Constructor Detail

DocumentKey

public DocumentKey(String documentId)

DocumentKey

public DocumentKey()
Method Detail

getDocumentId

public String getDocumentId()

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.