Interface ITVendorCheckOut

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

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

    • setKey

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

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

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

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

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

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

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

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

      Setter for DB_ETERNAL.T_VENDOR_CHECK_OUT.END_AT. 「endAt」- To
    • getEndAt

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

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

      Integer getDays()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_OUT.DAYS. 「days」- Duration
    • setLeaveAt

      ITVendorCheckOut setLeaveAt(LocalDateTime value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_OUT.LEAVE_AT. 「leaveAt」- To
    • getLeaveAt

      LocalDateTime getLeaveAt()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_OUT.LEAVE_AT. 「leaveAt」- To
    • setReason

      ITVendorCheckOut setReason(String value)
      Setter for DB_ETERNAL.T_VENDOR_CHECK_OUT.REASON. 「reason」- The reason to be done
    • getReason

      String getReason()
      Getter for DB_ETERNAL.T_VENDOR_CHECK_OUT.REASON. 「reason」- The reason to be done
    • from

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

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

      default ITVendorCheckOut 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