Class EntityOfBasics
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityOfBasics
-
@Entity public class EntityOfBasics extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityOfBasics.Gender
static class
EntityOfBasics.GenderConverter
static class
EntityOfBasics.MutableValueConverter
-
Constructor Summary
Constructors Constructor Description EntityOfBasics()
EntityOfBasics(java.lang.Integer id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityOfBasics.Gender
getConvertedGender()
EntityOfBasics.Gender
getGender()
java.lang.Integer
getId()
MutableValue
getMutableValue()
EntityOfBasics.Gender
getOrdinalGender()
java.sql.Clob
getTheClob()
java.util.Date
getTheDate()
double
getTheDouble()
java.time.Duration
getTheDuration()
java.time.Instant
getTheInstant()
int
getTheInt()
java.lang.Integer
getTheInteger()
java.time.LocalDate
getTheLocalDate()
java.time.LocalDateTime
getTheLocalDateTime()
java.time.LocalTime
getTheLocalTime()
java.time.OffsetDateTime
getTheOffsetDateTime()
java.lang.String
getTheString()
java.util.Date
getTheTime()
java.util.Date
getTheTimestamp()
java.net.URL
getTheUrl()
java.time.ZonedDateTime
getTheZonedDateTime()
java.lang.Boolean
isTheBoolean()
java.lang.Boolean
isTheNumericBoolean()
java.lang.Boolean
isTheStringBoolean()
void
setConvertedGender(EntityOfBasics.Gender convertedGender)
void
setGender(EntityOfBasics.Gender gender)
void
setId(java.lang.Integer id)
void
setMutableValue(MutableValue mutableValue)
void
setOrdinalGender(EntityOfBasics.Gender ordinalGender)
void
setTheBoolean(java.lang.Boolean theBoolean)
void
setTheClob(java.sql.Clob theClob)
void
setTheDate(java.util.Date theDate)
void
setTheDouble(double theDouble)
void
setTheDuration(java.time.Duration theDuration)
void
setTheInstant(java.time.Instant theInstant)
void
setTheInt(int theInt)
void
setTheInteger(java.lang.Integer theInteger)
void
setTheLocalDate(java.time.LocalDate theLocalDate)
void
setTheLocalDateTime(java.time.LocalDateTime theLocalDateTime)
void
setTheLocalTime(java.time.LocalTime theLocalTime)
void
setTheNumericBoolean(java.lang.Boolean theNumericBoolean)
void
setTheOffsetDateTime(java.time.OffsetDateTime theOffsetDateTime)
void
setTheString(java.lang.String theString)
void
setTheStringBoolean(java.lang.Boolean theStringBoolean)
void
setTheTime(java.util.Date theTime)
void
setTheTimestamp(java.util.Date theTimestamp)
void
setTheUrl(java.net.URL theUrl)
void
setTheZonedDateTime(java.time.ZonedDateTime theZonedDateTime)
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
-
setId
public void setId(java.lang.Integer id)
-
getTheString
public java.lang.String getTheString()
-
setTheString
public void setTheString(java.lang.String theString)
-
getTheInteger
public java.lang.Integer getTheInteger()
-
setTheInteger
public void setTheInteger(java.lang.Integer theInteger)
-
getTheInt
public int getTheInt()
-
setTheInt
public void setTheInt(int theInt)
-
getTheDouble
public double getTheDouble()
-
setTheDouble
public void setTheDouble(double theDouble)
-
getTheUrl
public java.net.URL getTheUrl()
-
setTheUrl
public void setTheUrl(java.net.URL theUrl)
-
getTheClob
public java.sql.Clob getTheClob()
-
setTheClob
public void setTheClob(java.sql.Clob theClob)
-
getGender
public EntityOfBasics.Gender getGender()
-
setGender
public void setGender(EntityOfBasics.Gender gender)
-
getConvertedGender
public EntityOfBasics.Gender getConvertedGender()
-
setConvertedGender
public void setConvertedGender(EntityOfBasics.Gender convertedGender)
-
getOrdinalGender
public EntityOfBasics.Gender getOrdinalGender()
-
setOrdinalGender
public void setOrdinalGender(EntityOfBasics.Gender ordinalGender)
-
getTheDate
public java.util.Date getTheDate()
-
setTheDate
public void setTheDate(java.util.Date theDate)
-
getTheTime
public java.util.Date getTheTime()
-
setTheTime
public void setTheTime(java.util.Date theTime)
-
getTheTimestamp
public java.util.Date getTheTimestamp()
-
setTheTimestamp
public void setTheTimestamp(java.util.Date theTimestamp)
-
getTheInstant
public java.time.Instant getTheInstant()
-
setTheInstant
public void setTheInstant(java.time.Instant theInstant)
-
getTheLocalDateTime
public java.time.LocalDateTime getTheLocalDateTime()
-
setTheLocalDateTime
public void setTheLocalDateTime(java.time.LocalDateTime theLocalDateTime)
-
getTheLocalDate
public java.time.LocalDate getTheLocalDate()
-
setTheLocalDate
public void setTheLocalDate(java.time.LocalDate theLocalDate)
-
getTheLocalTime
public java.time.LocalTime getTheLocalTime()
-
setTheLocalTime
public void setTheLocalTime(java.time.LocalTime theLocalTime)
-
getTheOffsetDateTime
public java.time.OffsetDateTime getTheOffsetDateTime()
-
setTheOffsetDateTime
public void setTheOffsetDateTime(java.time.OffsetDateTime theOffsetDateTime)
-
getTheZonedDateTime
public java.time.ZonedDateTime getTheZonedDateTime()
-
setTheZonedDateTime
public void setTheZonedDateTime(java.time.ZonedDateTime theZonedDateTime)
-
getTheDuration
public java.time.Duration getTheDuration()
-
setTheDuration
public void setTheDuration(java.time.Duration theDuration)
-
isTheBoolean
public java.lang.Boolean isTheBoolean()
-
setTheBoolean
public void setTheBoolean(java.lang.Boolean theBoolean)
-
isTheNumericBoolean
public java.lang.Boolean isTheNumericBoolean()
-
setTheNumericBoolean
public void setTheNumericBoolean(java.lang.Boolean theNumericBoolean)
-
isTheStringBoolean
public java.lang.Boolean isTheStringBoolean()
-
setTheStringBoolean
public void setTheStringBoolean(java.lang.Boolean theStringBoolean)
-
getMutableValue
public MutableValue getMutableValue()
-
setMutableValue
public void setMutableValue(MutableValue mutableValue)
-
-