Package org.jbpm.persistence.correlation
Class CorrelationPropertyInfo
- java.lang.Object
-
- org.jbpm.persistence.correlation.CorrelationPropertyInfo
-
- All Implemented Interfaces:
Serializable
,org.kie.internal.process.CorrelationProperty<String>
@Entity public class CorrelationPropertyInfo extends Object implements org.kie.internal.process.CorrelationProperty<String>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorrelationPropertyInfo()
CorrelationPropertyInfo(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
CorrelationKeyInfo
getCorrelationKey()
String
getName()
String
getType()
String
getValue()
int
hashCode()
void
setCorrelationKey(CorrelationKeyInfo correlationKey)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getType
public String getType()
- Specified by:
getType
in interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getValue
public String getValue()
- Specified by:
getValue
in interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getCorrelationKey
public CorrelationKeyInfo getCorrelationKey()
-
setCorrelationKey
public void setCorrelationKey(CorrelationKeyInfo correlationKey)
-
-