Class EntityOfBasics

    • Constructor Detail

      • EntityOfBasics

        public EntityOfBasics()
      • EntityOfBasics

        public EntityOfBasics​(Integer id)
    • Method Detail

      • 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)
      • 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)
      • 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)
      • 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)
      • setMutableValue

        public void setMutableValue​(MutableValue mutableValue)