Interface ITOaAssignment

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

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

    • setKey

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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