Class Component
java.lang.Object
org.hibernate.testing.orm.domain.gambit.Component
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setBasicInteger
(Integer basicInteger) void
setBasicLong
(Long basicLong) void
setBasicPrimitiveInt
(int basicPrimitiveInt) void
setBasicString
(String basicString) void
setNested
(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
-