Class DataMapperTest.MyInput2
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.DataMapperTest.MyInput2
- Enclosing class:
DataMapperTest
Some input data for a service. [testing]
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
intVal
private int intVal -
text
-
-
Constructor Details
-
MyInput2
public MyInput2()
-
-
Method Details
-
getIntVal
public int getIntVal()Returns the integer value.- Returns:
- the intVal
-
setIntVal
public void setIntVal(int intVal) Defines the integer value. [required by jackson]- Parameters:
intVal- the intVal to set
-
getText
Returns the text/string data.- Returns:
- the text
-
setText
Defines the text/string data. [required by jackson]- Parameters:
text- the text to set
-
toString
-