com.pmease.quickbuild.plugin.report.engine.util
Class CoverageLevel
java.lang.Object
com.pmease.quickbuild.plugin.report.engine.util.CoverageLevel
- All Implemented Interfaces:
- java.io.Serializable
public class CoverageLevel
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CoverageLevel
public CoverageLevel()
CoverageLevel
public CoverageLevel(java.lang.String name,
double threshold,
java.lang.String color)
getThreshold
@Range(min=0L,
max=1L)
public double getThreshold()
setThreshold
public void setThreshold(double threshold)
getColor
@NotEmpty
public java.lang.String getColor()
setColor
public void setColor(java.lang.String color)
getLevelName
public java.lang.String getLevelName()
setLevelName
public void setLevelName(java.lang.String levelName)
fromNumber
public static CoverageLevel fromNumber(java.lang.Number number)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.