jBPM distribution 6.2.0.Beta2

org.jbpm.persistence.correlation
Class CorrelationKeyInfo

java.lang.Object
  extended by org.jbpm.persistence.correlation.CorrelationKeyInfo
All Implemented Interfaces:
org.kie.internal.process.CorrelationKey

@Entity
public class CorrelationKeyInfo
extends Object
implements org.kie.internal.process.CorrelationKey


Constructor Summary
CorrelationKeyInfo()
           
 
Method Summary
 void addProperty(CorrelationPropertyInfo property)
           
 boolean equals(Object obj)
           
 long getId()
           
 String getName()
           
 long getProcessInstanceId()
           
 List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
           
 int hashCode()
           
 void setName(String name)
           
 void setProcessInstanceId(long processInstanceId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrelationKeyInfo

public CorrelationKeyInfo()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.kie.internal.process.CorrelationKey

getProperties

public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
Specified by:
getProperties in interface org.kie.internal.process.CorrelationKey

getProcessInstanceId

public long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(long processInstanceId)

setName

public void setName(String name)

addProperty

public void addProperty(CorrelationPropertyInfo property)

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

getId

public long getId()

jBPM distribution 6.2.0.Beta2

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