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 classEntityOfBasics.Genderstatic classEntityOfBasics.GenderConverterstatic classEntityOfBasics.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.GendergetConvertedGender()EntityOfBasics.GendergetGender()java.lang.IntegergetId()MutableValuegetMutableValue()EntityOfBasics.GendergetOrdinalGender()java.sql.ClobgetTheClob()java.util.DategetTheDate()doublegetTheDouble()java.time.DurationgetTheDuration()java.time.InstantgetTheInstant()intgetTheInt()java.lang.IntegergetTheInteger()java.time.LocalDategetTheLocalDate()java.time.LocalDateTimegetTheLocalDateTime()java.time.LocalTimegetTheLocalTime()java.time.OffsetDateTimegetTheOffsetDateTime()java.lang.StringgetTheString()java.util.DategetTheTime()java.util.DategetTheTimestamp()java.net.URLgetTheUrl()java.time.ZonedDateTimegetTheZonedDateTime()java.lang.BooleanisTheBoolean()java.lang.BooleanisTheNumericBoolean()java.lang.BooleanisTheStringBoolean()voidsetConvertedGender(EntityOfBasics.Gender convertedGender)voidsetGender(EntityOfBasics.Gender gender)voidsetId(java.lang.Integer id)voidsetMutableValue(MutableValue mutableValue)voidsetOrdinalGender(EntityOfBasics.Gender ordinalGender)voidsetTheBoolean(java.lang.Boolean theBoolean)voidsetTheClob(java.sql.Clob theClob)voidsetTheDate(java.util.Date theDate)voidsetTheDouble(double theDouble)voidsetTheDuration(java.time.Duration theDuration)voidsetTheInstant(java.time.Instant theInstant)voidsetTheInt(int theInt)voidsetTheInteger(java.lang.Integer theInteger)voidsetTheLocalDate(java.time.LocalDate theLocalDate)voidsetTheLocalDateTime(java.time.LocalDateTime theLocalDateTime)voidsetTheLocalTime(java.time.LocalTime theLocalTime)voidsetTheNumericBoolean(java.lang.Boolean theNumericBoolean)voidsetTheOffsetDateTime(java.time.OffsetDateTime theOffsetDateTime)voidsetTheString(java.lang.String theString)voidsetTheStringBoolean(java.lang.Boolean theStringBoolean)voidsetTheTime(java.util.Date theTime)voidsetTheTimestamp(java.util.Date theTimestamp)voidsetTheUrl(java.net.URL theUrl)voidsetTheZonedDateTime(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)
-
-