Interface ITVendorCheckIn

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
TVendorCheckIn, TVendorCheckInRecord

public interface ITVendorCheckIn extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      ITVendorCheckIn setKey(String value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.KEY. 「key」- Ticket Primary Key
    • getKey

      String getKey()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.KEY. 「key」- Ticket Primary Key
    • setCommentExtension

      ITVendorCheckIn setCommentExtension(String value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
    • getCommentExtension

      String getCommentExtension()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
    • setClassification

      ITVendorCheckIn setClassification(String value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION. 「classification」- The ticket related business type
    • getClassification

      String getClassification()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION. 「classification」- The ticket related business type
    • setStartAt

      ITVendorCheckIn setStartAt(LocalDateTime value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.START_AT. 「startAt」- From
    • getStartAt

      LocalDateTime getStartAt()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.START_AT. 「startAt」- From
    • setEndAt

      ITVendorCheckIn setEndAt(LocalDateTime value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.END_AT. 「endAt」- To
    • getEndAt

      LocalDateTime getEndAt()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.END_AT. 「endAt」- To
    • setDays

      ITVendorCheckIn setDays(Integer value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.DAYS. 「days」- Duration
    • getDays

      Integer getDays()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.DAYS. 「days」- Duration
    • setOnboardAt

      ITVendorCheckIn setOnboardAt(LocalDateTime value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT. 「onboardAt」- To
    • getOnboardAt

      LocalDateTime getOnboardAt()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT. 「onboardAt」- To
    • from

      void from(ITVendorCheckIn from)
      Load data from another generated Record/POJO implementing the common interface ITVendorCheckIn
    • into

      <E extends ITVendorCheckIn> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface ITVendorCheckIn
    • fromJson

      default ITVendorCheckIn fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo