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 booleanequals(Object obj)CorrelationKeyInfogetCorrelationKey()StringgetName()StringgetType()StringgetValue()inthashCode()voidsetCorrelationKey(CorrelationKeyInfo correlationKey)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getValue
public String getValue()
- Specified by:
getValuein interfaceorg.kie.internal.process.CorrelationProperty<String>
-
getCorrelationKey
public CorrelationKeyInfo getCorrelationKey()
-
setCorrelationKey
public void setCorrelationKey(CorrelationKeyInfo correlationKey)
-
-