Package com.hack23.maven.plugin.model
Class Measures
- java.lang.Object
-
- com.hack23.maven.plugin.model.Measures
-
public final class Measures extends Object
The Class Measures.
-
-
Constructor Summary
Constructors Constructor Description Measures()
Instantiates a new measures.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
String
getComponent()
Gets the component.String
getMetric()
Gets the metric.String
getValue()
Gets the value.int
hashCode()
void
setComponent(String component)
Sets the component.void
setMetric(String metric)
Sets the metric.void
setValue(String value)
Sets the value.String
toString()
-
-
-
Method Detail
-
getComponent
public String getComponent()
Gets the component.- Returns:
- the component
-
setComponent
public void setComponent(String component)
Sets the component.- Parameters:
component
- the new component
-
getMetric
public String getMetric()
Gets the metric.- Returns:
- the metric
-
setMetric
public void setMetric(String metric)
Sets the metric.- Parameters:
metric
- the new metric
-
getValue
public String getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(String value)
Sets the value.- Parameters:
value
- the new value
-
-