br.com.oncast.dev.lobo.merge.bean
Class MetricValue

java.lang.Object
  extended by br.com.oncast.dev.lobo.merge.bean.MetricValue

public class MetricValue
extends java.lang.Object

Value for a metric in merge context.


Constructor Summary
MetricValue()
           
 
Method Summary
 java.lang.String getBuildName()
           
 MetricType getType()
           
 double getValue()
           
 void setBuildName(java.lang.String buildName)
           
 void setType(MetricType type)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricValue

public MetricValue()
Method Detail

getBuildName

public java.lang.String getBuildName()
Returns:
the buildName.

setBuildName

public void setBuildName(java.lang.String buildName)
Parameters:
buildName - the buildName to set.

getType

public MetricType getType()
Returns:
the type.

setType

public void setType(MetricType type)
Parameters:
type - the type to set.

getValue

public double getValue()
Returns:
the value.

setValue

public void setValue(double value)
Parameters:
value - the value to set.