org.sonar.api.checks.templates
Class DefaultCheckTemplateProperty

java.lang.Object
  extended by org.sonar.api.checks.templates.CheckTemplateProperty
      extended by org.sonar.api.checks.templates.DefaultCheckTemplateProperty
All Implemented Interfaces:
Comparable<CheckTemplateProperty>

public class DefaultCheckTemplateProperty
extends CheckTemplateProperty

Since:
2.1

Field Summary
 
Fields inherited from class org.sonar.api.checks.templates.CheckTemplateProperty
key
 
Constructor Summary
DefaultCheckTemplateProperty()
           
 
Method Summary
 String getDescription()
           
 String getDescription(Locale locale)
           
 String getTitle()
           
 String getTitle(Locale locale)
           
 void setDescription(String s)
           
 void setTitle(String s)
           
 
Methods inherited from class org.sonar.api.checks.templates.CheckTemplateProperty
compareTo, equals, getKey, hashCode, setKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCheckTemplateProperty

public DefaultCheckTemplateProperty()
Method Detail

getTitle

public String getTitle()

getTitle

public String getTitle(Locale locale)
Specified by:
getTitle in class CheckTemplateProperty

setTitle

public void setTitle(String s)

getDescription

public String getDescription()
Overrides:
getDescription in class CheckTemplateProperty

setDescription

public void setDescription(String s)

getDescription

public String getDescription(Locale locale)
Specified by:
getDescription in class CheckTemplateProperty


Copyright © 2009-2011 SonarSource. All Rights Reserved.