Class AComplexTypeWithBooleansDto
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.valid.AComplexTypeWithBooleansDto
-
public final class AComplexTypeWithBooleansDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description APrimitiveBooleanbooleanAAWrapperBooleanbooleanB
-
Constructor Summary
Constructors Constructor Description AComplexTypeWithBooleansDto(APrimitiveBoolean booleanA, AWrapperBoolean booleanB)
-
-
-
Field Detail
-
booleanA
public final APrimitiveBoolean booleanA
-
booleanB
public final AWrapperBoolean booleanB
-
-
Constructor Detail
-
AComplexTypeWithBooleansDto
public AComplexTypeWithBooleansDto(APrimitiveBoolean booleanA, AWrapperBoolean booleanB)
-
-