Class Component
java.lang.Object
org.hibernate.testing.orm.domain.gambit.Component
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetBasicInteger(Integer basicInteger) voidsetBasicLong(Long basicLong) voidsetBasicPrimitiveInt(int basicPrimitiveInt) voidsetBasicString(String basicString) voidsetNested(Component.Nested nested)
-
Constructor Details
-
Component
public Component() -
Component
public Component(String basicString, Integer basicInteger, Long basicLong, int basicPrimitiveInt, Component.Nested nested) -
Component
public Component(Integer basicInteger, Long basicLong, int basicPrimitiveInt, String basicString, Component.Nested nested)
-
-
Method Details
-
getBasicString
-
setBasicString
-
getBasicInteger
-
setBasicInteger
-
getBasicLong
-
setBasicLong
-
getBasicPrimitiveInt
public int getBasicPrimitiveInt() -
setBasicPrimitiveInt
public void setBasicPrimitiveInt(int basicPrimitiveInt) -
getNested
-
setNested
-