net.awired.visuwall.plugin.sonar
Class SonarQualityMeasure

java.lang.Object
  extended by net.awired.visuwall.plugin.sonar.SonarQualityMeasure

public final class SonarQualityMeasure
extends Object


Constructor Summary
SonarQualityMeasure()
           
 
Method Summary
 boolean equals(Object o)
           
 String getFormattedValue()
           
 String getKey()
           
 String getName()
           
 Double getValue()
           
 int hashCode()
           
 void setFormattedValue(String formattedValue)
           
 void setKey(String key)
           
 void setName(String name)
           
 void setValue(Double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SonarQualityMeasure

public SonarQualityMeasure()
Method Detail

getValue

public Double getValue()

setValue

public void setValue(Double value)

getFormattedValue

public String getFormattedValue()

setFormattedValue

public void setFormattedValue(String formattedValue)

getName

public String getName()

setName

public void setName(String name)

setKey

public void setKey(String key)

getKey

public String getKey()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Awired Network. All Rights Reserved.