Class DataRecorderTest.Data
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.testing.DataRecorderTest.Data
- Enclosing class:
DataRecorderTest
Testing data class, usual IIP style.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private int value
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getValue
public int getValue()Returns the value.- Returns:
- the value
-
setValue
public void setValue(int value) Changes the value.- Parameters:
value- the new value
-