Class JsonTest.Data
java.lang.Object
test.de.oktoflow.platform.support.json.jackson.JsonTest.Data
- Enclosing class:
JsonTest
A test data class.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iValue
private int iValue -
sValue
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getiValue
public int getiValue()Returns the string value.- Returns:
- the iValue
-
setiValue
public void setiValue(int iValue) Changes the string value. [JSON]- Parameters:
iValue- the iValue to set
-
getsValue
Returns the string value.- Returns:
- the sValue
-
setsValue
Changes the string value. [JSON]- Parameters:
sValue- the sValue to set
-