Class ClassNestParent
- java.lang.Object
-
- io.tech1.framework.domain.tests.classes.ClassNestParent
-
public class ClassNestParent extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassNestParent()ClassNestParent(String value1, Long value2, int value3, BigDecimal value4, ClassNestChild1 child1, ClassNestChild2 child2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ClassNestChild1getChild1()ClassNestChild2getChild2()StringgetValue1()LonggetValue2()intgetValue3()BigDecimalgetValue4()inthashCode()voidsetChild1(ClassNestChild1 child1)voidsetChild2(ClassNestChild2 child2)voidsetValue1(String value1)voidsetValue2(Long value2)voidsetValue3(int value3)voidsetValue4(BigDecimal value4)StringtoString()
-
-
-
Constructor Detail
-
ClassNestParent
public ClassNestParent()
-
ClassNestParent
@ConstructorProperties({"value1","value2","value3","value4","child1","child2"}) public ClassNestParent(String value1, Long value2, int value3, BigDecimal value4, ClassNestChild1 child1, ClassNestChild2 child2)
-
-
Method Detail
-
getValue1
public String getValue1()
-
getValue2
public Long getValue2()
-
getValue3
public int getValue3()
-
getValue4
public BigDecimal getValue4()
-
getChild1
public ClassNestChild1 getChild1()
-
getChild2
public ClassNestChild2 getChild2()
-
setValue1
public void setValue1(String value1)
-
setValue2
public void setValue2(Long value2)
-
setValue3
public void setValue3(int value3)
-
setValue4
public void setValue4(BigDecimal value4)
-
setChild1
public void setChild1(ClassNestChild1 child1)
-
setChild2
public void setChild2(ClassNestChild2 child2)
-
canEqual
protected boolean canEqual(Object other)
-
-