org.sonar.commons.rules
Class ActiveRuleParam

java.lang.Object
  extended by org.sonar.commons.rules.ActiveRuleParam

public class ActiveRuleParam
extends java.lang.Object


Constructor Summary
ActiveRuleParam()
           
ActiveRuleParam(ch.hortis.sonar.model.ActiveRule activeRule, RuleParam ruleParam, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ch.hortis.sonar.model.ActiveRule getActiveRule()
           
 java.lang.Integer getId()
           
 RuleParam getRuleParam()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setActiveRule(ch.hortis.sonar.model.ActiveRule activeRule)
           
 void setId(java.lang.Integer id)
           
 void setRuleParam(RuleParam ruleParam)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveRuleParam

public ActiveRuleParam()

ActiveRuleParam

public ActiveRuleParam(ch.hortis.sonar.model.ActiveRule activeRule,
                       RuleParam ruleParam,
                       java.lang.String value)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getActiveRule

public ch.hortis.sonar.model.ActiveRule getActiveRule()

getId

public java.lang.Integer getId()

getRuleParam

public RuleParam getRuleParam()

getValue

public java.lang.String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setActiveRule

public void setActiveRule(ch.hortis.sonar.model.ActiveRule activeRule)

setId

public void setId(java.lang.Integer id)

setRuleParam

public void setRuleParam(RuleParam ruleParam)

setValue

public void setValue(java.lang.String value)


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.