Class BasicTypes

java.lang.Object
io.micronaut.data.tck.entities.BasicTypes
Direct Known Subclasses:
BasicTypesSchemaTest

@MappedEntity("basic_types") public class BasicTypes extends Object
  • Constructor Details

  • Method Details

    • getMyId

      public Long getMyId()
    • setMyId

      public void setMyId(Long myId)
    • getPrimitiveInteger

      public int getPrimitiveInteger()
    • setPrimitiveInteger

      public void setPrimitiveInteger(int primitiveInteger)
    • getPrimitiveLong

      public long getPrimitiveLong()
    • setPrimitiveLong

      public void setPrimitiveLong(long primitiveLong)
    • isPrimitiveBoolean

      public boolean isPrimitiveBoolean()
    • setPrimitiveBoolean

      public void setPrimitiveBoolean(boolean primitiveBoolean)
    • getPrimitiveChar

      public char getPrimitiveChar()
    • setPrimitiveChar

      public void setPrimitiveChar(char primitiveChar)
    • getPrimitiveShort

      public short getPrimitiveShort()
    • setPrimitiveShort

      public void setPrimitiveShort(short primitiveShort)
    • getPrimitiveDouble

      public double getPrimitiveDouble()
    • setPrimitiveDouble

      public void setPrimitiveDouble(double primitiveDouble)
    • getPrimitiveFloat

      public float getPrimitiveFloat()
    • setPrimitiveFloat

      public void setPrimitiveFloat(float primitiveFloat)
    • getPrimitiveByte

      public byte getPrimitiveByte()
    • setPrimitiveByte

      public void setPrimitiveByte(byte primitiveByte)
    • getString

      public String getString()
    • setString

      public void setString(String string)
    • getCharSequence

      public CharSequence getCharSequence()
    • setCharSequence

      public void setCharSequence(CharSequence charSequence)
    • getWrapperInteger

      public Integer getWrapperInteger()
    • setWrapperInteger

      public void setWrapperInteger(Integer wrapperInteger)
    • getWrapperLong

      public Long getWrapperLong()
    • setWrapperLong

      public void setWrapperLong(Long wrapperLong)
    • getWrapperBoolean

      public Boolean getWrapperBoolean()
    • setWrapperBoolean

      public void setWrapperBoolean(Boolean wrapperBoolean)
    • getWrapperChar

      public Character getWrapperChar()
    • setWrapperChar

      public void setWrapperChar(Character wrapperChar)
    • getWrapperShort

      public Short getWrapperShort()
    • setWrapperShort

      public void setWrapperShort(Short wrapperShort)
    • getWrapperDouble

      public Double getWrapperDouble()
    • setWrapperDouble

      public void setWrapperDouble(Double wrapperDouble)
    • getWrapperFloat

      public Float getWrapperFloat()
    • setWrapperFloat

      public void setWrapperFloat(Float wrapperFloat)
    • getWrapperByte

      public Byte getWrapperByte()
    • setWrapperByte

      public void setWrapperByte(Byte wrapperByte)
    • getUrl

      public URL getUrl()
    • setUrl

      public void setUrl(URL url)
    • getUri

      public URI getUri()
    • setUri

      public void setUri(URI uri)
    • getByteArray

      public byte[] getByteArray()
    • setByteArray

      public void setByteArray(byte[] byteArray)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getLocalDateTime

      public LocalDateTime getLocalDateTime()
    • setLocalDateTime

      public void setLocalDateTime(LocalDateTime localDateTime)
    • getZonedDateTime

      public ZonedDateTime getZonedDateTime()
    • setZonedDateTime

      public void setZonedDateTime(ZonedDateTime zonedDateTime)
    • getOffsetDateTime

      public OffsetDateTime getOffsetDateTime()
    • setOffsetDateTime

      public void setOffsetDateTime(OffsetDateTime offsetDateTime)
    • getInstant

      public Instant getInstant()
    • setInstant

      public void setInstant(Instant instant)
    • getUuid

      public UUID getUuid()
    • setUuid

      public void setUuid(UUID uuid)
    • getBigDecimal

      public BigDecimal getBigDecimal()
    • setBigDecimal

      public void setBigDecimal(BigDecimal bigDecimal)
    • getTimeZone

      public TimeZone getTimeZone()
    • setTimeZone

      public void setTimeZone(TimeZone timeZone)
    • getCharset

      public Charset getCharset()
    • setCharset

      public void setCharset(Charset charset)
    • getDateCreated

      public Instant getDateCreated()
    • setDateCreated

      public void setDateCreated(Instant dateCreated)
    • getDateUpdated

      public Instant getDateUpdated()
    • setDateUpdated

      public void setDateUpdated(Instant dateUpdated)
    • getLocalDate

      public LocalDate getLocalDate()
    • setLocalDate

      public void setLocalDate(LocalDate localDate)
    • getLocalTime

      public LocalTime getLocalTime()
    • setLocalTime

      public void setLocalTime(LocalTime localTime)