Class EntityOfBasics


  • @Entity
    public class EntityOfBasics
    extends java.lang.Object
    • Constructor Detail

      • EntityOfBasics

        public EntityOfBasics()
      • EntityOfBasics

        public EntityOfBasics​(java.lang.Integer id)
    • 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)
      • 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)
      • setMutableValue

        public void setMutableValue​(MutableValue mutableValue)