org.rhq.domain.correlation
Class CorrelationRuleItem

java.lang.Object
  extended by org.rhq.domain.correlation.CorrelationRuleItem

public class CorrelationRuleItem
extends java.lang.Object

One single expression of a rule along with its result state

Author:
Heiko W. Rupp

Constructor Summary
CorrelationRuleItem(ResultState resultState, NormalizationOperator operator, java.lang.String value)
           
 
Method Summary
 int getId()
           
 NormalizationOperator getOperator()
           
 ResultState getResultState()
           
 java.lang.String getValue()
           
 void setOperator(NormalizationOperator operator)
           
 void setResultState(ResultState resultState)
           
 void setValue(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationRuleItem

public CorrelationRuleItem(ResultState resultState,
                           NormalizationOperator operator,
                           java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String expression)

getResultState

public ResultState getResultState()

setResultState

public void setResultState(ResultState resultState)

getOperator

public NormalizationOperator getOperator()

setOperator

public void setOperator(NormalizationOperator operator)

getId

public int getId()