Class AComplexTypeWithIntegersDto
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.valid.AComplexTypeWithIntegersDto
-
public final class AComplexTypeWithIntegersDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description APrimitiveIntegerintAAWrapperIntegerintB
-
Constructor Summary
Constructors Constructor Description AComplexTypeWithIntegersDto(APrimitiveInteger intA, AWrapperInteger intB)
-
-
-
Field Detail
-
intA
public final APrimitiveInteger intA
-
intB
public final AWrapperInteger intB
-
-
Constructor Detail
-
AComplexTypeWithIntegersDto
public AComplexTypeWithIntegersDto(APrimitiveInteger intA, AWrapperInteger intB)
-
-