@Entity public class CorrelationKeyInfo extends Object implements org.kie.internal.process.CorrelationKey
Constructor and Description |
---|
CorrelationKeyInfo() |
Modifier and Type | Method and Description |
---|---|
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() |
public String getName()
getName
in interface org.kie.internal.process.CorrelationKey
public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
getProperties
in interface org.kie.internal.process.CorrelationKey
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public void setName(String name)
public void addProperty(CorrelationPropertyInfo property)
public long getId()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.