Class TOaTraining

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

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

  • Method Details

    • getKey

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

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

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

      public TOaTraining setCommentExtension(String commentExtension)
      Setter for DB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
      Specified by:
      setCommentExtension in interface ITOaTraining
    • getStartAt

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

      public TOaTraining setStartAt(LocalDateTime startAt)
      Setter for DB_ETERNAL.T_OA_TRAINING.START_AT. 「startAt」- From
      Specified by:
      setStartAt in interface ITOaTraining
    • getEndAt

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

      public TOaTraining setEndAt(LocalDateTime endAt)
      Setter for DB_ETERNAL.T_OA_TRAINING.END_AT. 「endAt」- To
      Specified by:
      setEndAt in interface ITOaTraining
    • getTrainLocation

      public String getTrainLocation()
      Getter for DB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION. 「trainLocation」- The location for training
      Specified by:
      getTrainLocation in interface ITOaTraining
    • setTrainLocation

      public TOaTraining setTrainLocation(String trainLocation)
      Setter for DB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION. 「trainLocation」- The location for training
      Specified by:
      setTrainLocation in interface ITOaTraining
    • getTrainMode

      public String getTrainMode()
      Getter for DB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. 「trainMode」- The mode of training
      Specified by:
      getTrainMode in interface ITOaTraining
    • setTrainMode

      public TOaTraining setTrainMode(String trainMode)
      Setter for DB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. 「trainMode」- The mode of training
      Specified by:
      setTrainMode in interface ITOaTraining
    • getLeader

      public String getLeader()
      Getter for DB_ETERNAL.T_OA_TRAINING.LEADER. 「leader」- The training leader
      Specified by:
      getLeader in interface ITOaTraining
    • setLeader

      public TOaTraining setLeader(String leader)
      Setter for DB_ETERNAL.T_OA_TRAINING.LEADER. 「leader」- The training leader
      Specified by:
      setLeader in interface ITOaTraining
    • getLeaderComment

      public String getLeaderComment()
      Getter for DB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT. 「leaderComment」- Comment from leader
      Specified by:
      getLeaderComment in interface ITOaTraining
    • setLeaderComment

      public TOaTraining setLeaderComment(String leaderComment)
      Setter for DB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT. 「leaderComment」- Comment from leader
      Specified by:
      setLeaderComment in interface ITOaTraining
    • getReviewer

      public String getReviewer()
      Getter for DB_ETERNAL.T_OA_TRAINING.REVIEWER. 「reviewer」- The training reviewer
      Specified by:
      getReviewer in interface ITOaTraining
    • setReviewer

      public TOaTraining setReviewer(String reviewer)
      Setter for DB_ETERNAL.T_OA_TRAINING.REVIEWER. 「reviewer」- The training reviewer
      Specified by:
      setReviewer in interface ITOaTraining
    • getReviewerComment

      public String getReviewerComment()
      Getter for DB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT. 「reviewerComment」- Comment from reviewer
      Specified by:
      getReviewerComment in interface ITOaTraining
    • setReviewerComment

      public TOaTraining setReviewerComment(String reviewerComment)
      Setter for DB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT. 「reviewerComment」- Comment from reviewer
      Specified by:
      setReviewerComment in interface ITOaTraining
    • 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(ITOaTraining from)
      Description copied from interface: ITOaTraining
      Load data from another generated Record/POJO implementing the common interface ITOaTraining
      Specified by:
      from in interface ITOaTraining
    • into

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