Class EntityOfBasics
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityOfBasics
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
double
int
short
void
setConvertedGender
(EntityOfBasics.Gender convertedGender) void
setGender
(EntityOfBasics.Gender gender) void
void
setMutableValue
(MutableValue mutableValue) void
setOrdinalGender
(EntityOfBasics.Gender ordinalGender) void
setSingleCharGender
(EntityOfBasics.Gender singleCharGender) void
setTheBoolean
(Boolean theBoolean) void
setTheClob
(Clob theClob) void
setTheDate
(Date theDate) void
setTheDouble
(double theDouble) void
setTheDuration
(Duration theDuration) void
setTheField
(String theField) void
setTheInstant
(Instant theInstant) void
setTheInt
(int theInt) void
setTheInteger
(Integer theInteger) void
setTheLocalDate
(LocalDate theLocalDate) void
setTheLocalDateTime
(LocalDateTime theLocalDateTime) void
setTheLocalTime
(LocalTime theLocalTime) void
setTheNumericBoolean
(Boolean theNumericBoolean) void
setTheOffsetDateTime
(OffsetDateTime theOffsetDateTime) void
setTheShort
(short theShort) void
setTheString
(String theString) void
setTheStringBoolean
(Boolean theStringBoolean) void
setTheTime
(Date theTime) void
setTheTimestamp
(Date theTimestamp) void
void
setTheUuid
(UUID theUuid) void
setTheZonedDateTime
(ZonedDateTime theZonedDateTime)
-
Constructor Details
-
EntityOfBasics
public EntityOfBasics() -
EntityOfBasics
-
-
Method Details
-
getId
-
setId
-
getTheString
-
setTheString
-
getTheInteger
-
setTheInteger
-
getTheInt
public int getTheInt() -
setTheInt
public void setTheInt(int theInt) -
getTheShort
public short getTheShort() -
setTheShort
public void setTheShort(short theShort) -
getTheDouble
public double getTheDouble() -
setTheDouble
public void setTheDouble(double theDouble) -
getTheUrl
-
setTheUrl
-
getTheClob
-
setTheClob
-
getGender
-
setGender
-
getSingleCharGender
-
setSingleCharGender
-
getConvertedGender
-
setConvertedGender
-
getOrdinalGender
-
setOrdinalGender
-
getTheDate
-
setTheDate
-
getTheTime
-
setTheTime
-
getTheTimestamp
-
setTheTimestamp
-
getTheInstant
-
setTheInstant
-
getTheLocalDateTime
-
setTheLocalDateTime
-
getTheLocalDate
-
setTheLocalDate
-
getTheLocalTime
-
setTheLocalTime
-
getTheOffsetDateTime
-
setTheOffsetDateTime
-
getTheZonedDateTime
-
setTheZonedDateTime
-
getTheDuration
-
setTheDuration
-
getTheUuid
-
setTheUuid
-
isTheBoolean
-
setTheBoolean
-
isTheNumericBoolean
-
setTheNumericBoolean
-
isTheStringBoolean
-
setTheStringBoolean
-
getTheField
-
setTheField
-
getMutableValue
-
setMutableValue
-