Class DataMapperTest.DataUnit
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.DataMapperTest.DataUnit
- Enclosing class:
DataMapperTest
Generated data unit, representing alternative intputs to a service.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the first input.Returns the second input.voidsetMyInput1(DataMapperTest.MyInput1 myInput1) Defines the first input.voidsetMyInput2(DataMapperTest.MyInput2 myInput2) Defines the second input.toString()
-
Field Details
-
myInput1
-
myInput2
-
-
Constructor Details
-
DataUnit
public DataUnit()
-
-
Method Details
-
getMyInput1
Returns the first input.- Returns:
- the first input, may be null
-
setMyInput1
Defines the first input. [required by jackson]- Parameters:
myInput1- the input to set
-
getMyInput2
Returns the second input.- Returns:
- the second input, may be null
-
setMyInput2
Defines the second input. [required by jackson]- Parameters:
myInput2- the input to set
-
toString
-