org.jbpm.persistence.correlation
Class CorrelationPropertyInfo
java.lang.Object
org.jbpm.persistence.correlation.CorrelationPropertyInfo
- All Implemented Interfaces:
- org.kie.internal.process.CorrelationProperty<String>
@Entity
public class CorrelationPropertyInfo
- extends Object
- implements org.kie.internal.process.CorrelationProperty<String>
CorrelationPropertyInfo
public CorrelationPropertyInfo()
CorrelationPropertyInfo
public CorrelationPropertyInfo(String name,
String value)
getName
public String getName()
- Specified by:
getName
in interface org.kie.internal.process.CorrelationProperty<String>
getType
public String getType()
- Specified by:
getType
in interface org.kie.internal.process.CorrelationProperty<String>
getValue
public String getValue()
- Specified by:
getValue
in interface org.kie.internal.process.CorrelationProperty<String>
getCorrelationKey
public CorrelationKeyInfo getCorrelationKey()
setCorrelationKey
public void setCorrelationKey(CorrelationKeyInfo correlationKey)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.