org.sonar.api.rules
Class RuleParam

java.lang.Object
  extended by org.sonar.api.database.BaseIdentifiable
      extended by org.sonar.api.rules.RuleParam

public class RuleParam
extends BaseIdentifiable


Constructor Summary
RuleParam()
           
RuleParam(Rule rule, String key, String description, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getKey()
           
 Rule getRule()
           
 String getType()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setKey(String key)
           
 void setRule(Rule rule)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class org.sonar.api.database.BaseIdentifiable
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleParam

public RuleParam()

RuleParam

public RuleParam(Rule rule,
                 String key,
                 String description,
                 String type)
Method Detail

getRule

public Rule getRule()

setRule

public void setRule(Rule rule)

getKey

public String getKey()

setKey

public void setKey(String key)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getType

public String getType()

setType

public void setType(String type)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SonarSource SA. All Rights Reserved.