@Entity public class CorrelationPropertyInfo extends Object implements org.kie.internal.process.CorrelationProperty<String>, Serializable
Constructor and Description |
---|
CorrelationPropertyInfo() |
CorrelationPropertyInfo(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CorrelationKeyInfo |
getCorrelationKey() |
String |
getName() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setCorrelationKey(CorrelationKeyInfo correlationKey) |
String |
toString() |
public String getName()
getName
in interface org.kie.internal.process.CorrelationProperty<String>
public String getType()
getType
in interface org.kie.internal.process.CorrelationProperty<String>
public String getValue()
getValue
in interface org.kie.internal.process.CorrelationProperty<String>
public CorrelationKeyInfo getCorrelationKey()
public void setCorrelationKey(CorrelationKeyInfo correlationKey)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.