Class EntityOfBasics
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityOfBasics
-
-
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(Integer id)
-
Method Summary
-
-
-
Constructor Detail
-
EntityOfBasics
public EntityOfBasics()
-
EntityOfBasics
public EntityOfBasics(Integer id)
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getTheString
public String getTheString()
-
setTheString
public void setTheString(String theString)
-
getTheInteger
public Integer getTheInteger()
-
setTheInteger
public void setTheInteger(Integer theInteger)
-
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
public URL getTheUrl()
-
setTheUrl
public void setTheUrl(URL theUrl)
-
getTheClob
public Clob getTheClob()
-
setTheClob
public void setTheClob(Clob theClob)
-
getGender
public EntityOfBasics.Gender getGender()
-
setGender
public void setGender(EntityOfBasics.Gender gender)
-
getSingleCharGender
public EntityOfBasics.Gender getSingleCharGender()
-
setSingleCharGender
public void setSingleCharGender(EntityOfBasics.Gender singleCharGender)
-
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 Date getTheDate()
-
setTheDate
public void setTheDate(Date theDate)
-
getTheTime
public Date getTheTime()
-
setTheTime
public void setTheTime(Date theTime)
-
getTheTimestamp
public Date getTheTimestamp()
-
setTheTimestamp
public void setTheTimestamp(Date theTimestamp)
-
getTheInstant
public Instant getTheInstant()
-
setTheInstant
public void setTheInstant(Instant theInstant)
-
getTheLocalDateTime
public LocalDateTime getTheLocalDateTime()
-
setTheLocalDateTime
public void setTheLocalDateTime(LocalDateTime theLocalDateTime)
-
getTheLocalDate
public LocalDate getTheLocalDate()
-
setTheLocalDate
public void setTheLocalDate(LocalDate theLocalDate)
-
getTheLocalTime
public LocalTime getTheLocalTime()
-
setTheLocalTime
public void setTheLocalTime(LocalTime theLocalTime)
-
getTheOffsetDateTime
public OffsetDateTime getTheOffsetDateTime()
-
setTheOffsetDateTime
public void setTheOffsetDateTime(OffsetDateTime theOffsetDateTime)
-
getTheZonedDateTime
public ZonedDateTime getTheZonedDateTime()
-
setTheZonedDateTime
public void setTheZonedDateTime(ZonedDateTime theZonedDateTime)
-
getTheDuration
public Duration getTheDuration()
-
setTheDuration
public void setTheDuration(Duration theDuration)
-
getTheUuid
public UUID getTheUuid()
-
setTheUuid
public void setTheUuid(UUID theUuid)
-
isTheBoolean
public Boolean isTheBoolean()
-
setTheBoolean
public void setTheBoolean(Boolean theBoolean)
-
isTheNumericBoolean
public Boolean isTheNumericBoolean()
-
setTheNumericBoolean
public void setTheNumericBoolean(Boolean theNumericBoolean)
-
isTheStringBoolean
public Boolean isTheStringBoolean()
-
setTheStringBoolean
public void setTheStringBoolean(Boolean theStringBoolean)
-
getTheField
public String getTheField()
-
setTheField
public void setTheField(String theField)
-
getMutableValue
public MutableValue getMutableValue()
-
setMutableValue
public void setMutableValue(MutableValue mutableValue)
-
-