Class TOaVacation

java.lang.Object
cn.vertxup.erp.domain.tables.pojos.TOaVacation
All Implemented Interfaces:
ITOaVacation, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class TOaVacation extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITOaVacation
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key
      Specified by:
      getKey in interface ITOaVacation
    • setKey

      public TOaVacation setKey(String key)
      Setter for DB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key
      Specified by:
      setKey in interface ITOaVacation
    • getCommentExtension

      public String getCommentExtension()
      Getter for DB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
      Specified by:
      getCommentExtension in interface ITOaVacation
    • setCommentExtension

      public TOaVacation setCommentExtension(String commentExtension)
      Setter for DB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
      Specified by:
      setCommentExtension in interface ITOaVacation
    • getRequestBy

      public String getRequestBy()
      Getter for DB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User
      Specified by:
      getRequestBy in interface ITOaVacation
    • setRequestBy

      public TOaVacation setRequestBy(String requestBy)
      Setter for DB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User
      Specified by:
      setRequestBy in interface ITOaVacation
    • getClassification

      public String getClassification()
      Getter for DB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type
      Specified by:
      getClassification in interface ITOaVacation
    • setClassification

      public TOaVacation setClassification(String classification)
      Setter for DB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type
      Specified by:
      setClassification in interface ITOaVacation
    • getStartAt

      public LocalDateTime getStartAt()
      Getter for DB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From
      Specified by:
      getStartAt in interface ITOaVacation
    • setStartAt

      public TOaVacation setStartAt(LocalDateTime startAt)
      Setter for DB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From
      Specified by:
      setStartAt in interface ITOaVacation
    • getEndAt

      public LocalDateTime getEndAt()
      Getter for DB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To
      Specified by:
      getEndAt in interface ITOaVacation
    • setEndAt

      public TOaVacation setEndAt(LocalDateTime endAt)
      Setter for DB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To
      Specified by:
      setEndAt in interface ITOaVacation
    • getDays

      public Integer getDays()
      Getter for DB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration
      Specified by:
      getDays in interface ITOaVacation
    • setDays

      public TOaVacation setDays(Integer days)
      Setter for DB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration
      Specified by:
      setDays in interface ITOaVacation
    • getReason

      public String getReason()
      Getter for DB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done
      Specified by:
      getReason in interface ITOaVacation
    • setReason

      public TOaVacation setReason(String reason)
      Setter for DB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done
      Specified by:
      setReason in interface ITOaVacation
    • getWorkContent

      public String getWorkContent()
      Getter for DB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content
      Specified by:
      getWorkContent in interface ITOaVacation
    • setWorkContent

      public TOaVacation setWorkContent(String workContent)
      Setter for DB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content
      Specified by:
      setWorkContent in interface ITOaVacation
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(ITOaVacation from)
      Description copied from interface: ITOaVacation
      Load data from another generated Record/POJO implementing the common interface ITOaVacation
      Specified by:
      from in interface ITOaVacation
    • into

      public <E extends ITOaVacation> E into(E into)
      Description copied from interface: ITOaVacation
      Copy data into another generated Record/POJO implementing the common interface ITOaVacation
      Specified by:
      into in interface ITOaVacation