|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.database.BaseIdentifiable
org.sonar.api.rules.RulesCategory
@Deprecated public class RulesCategory
| Constructor Summary | |
|---|---|
RulesCategory()
Deprecated. Creates an empty category |
|
RulesCategory(String name)
Deprecated. Creates a RuleCategory based on the category name |
|
RulesCategory(String name,
String description)
Deprecated. Creates a category based on the category name and description |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getDescription()
Deprecated. |
String |
getName()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setDescription(String description)
Deprecated. Sets the cay description |
void |
setName(String name)
Deprecated. Sets the category name |
String |
toString()
Deprecated. |
| 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 |
|---|
public RulesCategory(String name)
name - the category name
public RulesCategory(String name,
String description)
name - the category namedescription - the category descriptionpublic RulesCategory()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||