public class TestDataReporterItem
extends java.lang.Object
| Constructor and Description |
|---|
TestDataReporterItem(java.lang.String sKey,
java.lang.Double sValue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestDataReporterItem> |
getAllSubDataReporterItems() |
boolean |
getIncreaseType() |
java.lang.String |
getKey() |
java.lang.Double |
getValue() |
void |
setIncreaseType(boolean val) |
void |
setToBeReported(boolean val) |
boolean |
shouldBeReported() |
void |
updateItem(double newValue) |
public TestDataReporterItem(java.lang.String sKey,
java.lang.Double sValue)
public java.lang.String getKey()
public java.lang.Double getValue()
public boolean shouldBeReported()
public void setToBeReported(boolean val)
public boolean getIncreaseType()
public void setIncreaseType(boolean val)
public void updateItem(double newValue)
public java.util.List<TestDataReporterItem> getAllSubDataReporterItems()