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