org.jbpm.persistence.correlation
Class CorrelationKeyInfo
java.lang.Object
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
CorrelationKeyInfo
public CorrelationKeyInfo()
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.