Interface ITOaVacation

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

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

    • setKey

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

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

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

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

      ITOaVacation setRequestBy(String value)
      Setter for DB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User
    • getRequestBy

      String getRequestBy()
      Getter for DB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User
    • setClassification

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

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

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

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

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

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

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

      Integer getDays()
      Getter for DB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration
    • setReason

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

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

      ITOaVacation setWorkContent(String value)
      Setter for DB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content
    • getWorkContent

      String getWorkContent()
      Getter for DB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content
    • from

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

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

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