@Deprecated public class RulesCategory extends BaseIdentifiable
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, setIdpublic RulesCategory(String name)
name - the category namepublic RulesCategory(String name, String description)
name - the category namedescription - the category descriptionpublic RulesCategory()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionCopyright © 2009-2012 SonarSource. All Rights Reserved.