|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.checks.templates.CheckTemplateProperty
@Deprecated public abstract class CheckTemplateProperty
| Field Summary | |
|---|---|
protected String |
key
Deprecated. |
| Constructor Summary | |
|---|---|
CheckTemplateProperty()
Deprecated. |
|
| Method Summary | |
|---|---|
int |
compareTo(CheckTemplateProperty o)
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
String |
getDescription()
Deprecated. |
abstract String |
getDescription(Locale locale)
Deprecated. |
String |
getKey()
Deprecated. |
abstract String |
getTitle(Locale locale)
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setKey(String s)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String key
| Constructor Detail |
|---|
public CheckTemplateProperty()
| Method Detail |
|---|
public String getKey()
public void setKey(String s)
public abstract String getTitle(Locale locale)
public String getDescription()
public abstract String getDescription(Locale locale)
public final boolean equals(Object o)
equals in class Objectpublic final int hashCode()
hashCode in class Objectpublic int compareTo(CheckTemplateProperty o)
compareTo in interface Comparable<CheckTemplateProperty>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||