Class EntityOfBasics
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityOfBasics
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()doubleintshortvoidsetConvertedGender(EntityOfBasics.Gender convertedGender) voidsetGender(EntityOfBasics.Gender gender) voidvoidsetMutableValue(MutableValue mutableValue) voidsetOrdinalGender(EntityOfBasics.Gender ordinalGender) voidsetSingleCharGender(EntityOfBasics.Gender singleCharGender) voidsetTheBoolean(Boolean theBoolean) voidsetTheClob(Clob theClob) voidsetTheDate(Date theDate) voidsetTheDouble(double theDouble) voidsetTheDuration(Duration theDuration) voidsetTheField(String theField) voidsetTheInstant(Instant theInstant) voidsetTheInt(int theInt) voidsetTheInteger(Integer theInteger) voidsetTheLocalDate(LocalDate theLocalDate) voidsetTheLocalDateTime(LocalDateTime theLocalDateTime) voidsetTheLocalTime(LocalTime theLocalTime) voidsetTheNumericBoolean(Boolean theNumericBoolean) voidsetTheOffsetDateTime(OffsetDateTime theOffsetDateTime) voidsetTheShort(short theShort) voidsetTheString(String theString) voidsetTheStringBoolean(Boolean theStringBoolean) voidsetTheTime(Date theTime) voidsetTheTimestamp(Date theTimestamp) voidvoidsetTheUuid(UUID theUuid) voidsetTheZonedDateTime(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
-