Uses of Class
io.tech1.framework.domain.tests.classes.ClassNestChild2
-
Packages that use ClassNestChild2 Package Description io.tech1.framework.domain.tests.classes -
-
Uses of ClassNestChild2 in io.tech1.framework.domain.tests.classes
Methods in io.tech1.framework.domain.tests.classes that return ClassNestChild2 Modifier and Type Method Description ClassNestChild2ClassNestParent. getChild2()Methods in io.tech1.framework.domain.tests.classes with parameters of type ClassNestChild2 Modifier and Type Method Description voidClassNestParent. setChild2(ClassNestChild2 child2)Constructors in io.tech1.framework.domain.tests.classes with parameters of type ClassNestChild2 Constructor Description ClassNestParent(String value1, Long value2, int value3, BigDecimal value4, ClassNestChild1 child1, ClassNestChild2 child2)
-