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 Summary
ConstructorsConstructorDescriptionTOaTraining(ITOaTraining value) TOaTraining(io.vertx.core.json.JsonObject json) TOaTraining(String key, String commentExtension, LocalDateTime startAt, LocalDateTime endAt, String trainLocation, String trainMode, String leader, String leaderComment, String reviewer, String reviewerComment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(ITOaTraining from) Load data from another generated Record/POJO implementing the common interface ITOaTrainingGetter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION.getEndAt()Getter forDB_ETERNAL.T_OA_TRAINING.END_AT.getKey()Getter forDB_ETERNAL.T_OA_TRAINING.KEY.Getter forDB_ETERNAL.T_OA_TRAINING.LEADER.Getter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT.Getter forDB_ETERNAL.T_OA_TRAINING.REVIEWER.Getter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT.Getter forDB_ETERNAL.T_OA_TRAINING.START_AT.Getter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION.Getter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE.inthashCode()<E extends ITOaTraining>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ITOaTrainingsetCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_TRAINING.END_AT.Setter forDB_ETERNAL.T_OA_TRAINING.KEY.Setter forDB_ETERNAL.T_OA_TRAINING.LEADER.setLeaderComment(String leaderComment) Setter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT.setReviewer(String reviewer) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER.setReviewerComment(String reviewerComment) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_TRAINING.START_AT.setTrainLocation(String trainLocation) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION.setTrainMode(String trainMode) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.erp.domain.tables.interfaces.ITOaTraining
fromJson, toJson
-
Constructor Details
-
TOaTraining
public TOaTraining() -
TOaTraining
-
TOaTraining
public TOaTraining(String key, String commentExtension, LocalDateTime startAt, LocalDateTime endAt, String trainLocation, String trainMode, String leader, String leaderComment, String reviewer, String reviewerComment) -
TOaTraining
public TOaTraining(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.T_OA_TRAINING.KEY. 「key」- Ticket Primary Key- Specified by:
getKeyin interfaceITOaTraining
-
setKey
Setter forDB_ETERNAL.T_OA_TRAINING.KEY. 「key」- Ticket Primary Key- Specified by:
setKeyin interfaceITOaTraining
-
getCommentExtension
Getter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
getCommentExtensionin interfaceITOaTraining
-
setCommentExtension
Setter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
setCommentExtensionin interfaceITOaTraining
-
getStartAt
Getter forDB_ETERNAL.T_OA_TRAINING.START_AT. 「startAt」- From- Specified by:
getStartAtin interfaceITOaTraining
-
setStartAt
Setter forDB_ETERNAL.T_OA_TRAINING.START_AT. 「startAt」- From- Specified by:
setStartAtin interfaceITOaTraining
-
getEndAt
Getter forDB_ETERNAL.T_OA_TRAINING.END_AT. 「endAt」- To- Specified by:
getEndAtin interfaceITOaTraining
-
setEndAt
Setter forDB_ETERNAL.T_OA_TRAINING.END_AT. 「endAt」- To- Specified by:
setEndAtin interfaceITOaTraining
-
getTrainLocation
Getter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION. 「trainLocation」- The location for training- Specified by:
getTrainLocationin interfaceITOaTraining
-
setTrainLocation
Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION. 「trainLocation」- The location for training- Specified by:
setTrainLocationin interfaceITOaTraining
-
getTrainMode
Getter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. 「trainMode」- The mode of training- Specified by:
getTrainModein interfaceITOaTraining
-
setTrainMode
Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. 「trainMode」- The mode of training- Specified by:
setTrainModein interfaceITOaTraining
-
getLeader
Getter forDB_ETERNAL.T_OA_TRAINING.LEADER. 「leader」- The training leader- Specified by:
getLeaderin interfaceITOaTraining
-
setLeader
Setter forDB_ETERNAL.T_OA_TRAINING.LEADER. 「leader」- The training leader- Specified by:
setLeaderin interfaceITOaTraining
-
getLeaderComment
Getter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT. 「leaderComment」- Comment from leader- Specified by:
getLeaderCommentin interfaceITOaTraining
-
setLeaderComment
Setter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT. 「leaderComment」- Comment from leader- Specified by:
setLeaderCommentin interfaceITOaTraining
-
getReviewer
Getter forDB_ETERNAL.T_OA_TRAINING.REVIEWER. 「reviewer」- The training reviewer- Specified by:
getReviewerin interfaceITOaTraining
-
setReviewer
Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER. 「reviewer」- The training reviewer- Specified by:
setReviewerin interfaceITOaTraining
-
getReviewerComment
Getter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT. 「reviewerComment」- Comment from reviewer- Specified by:
getReviewerCommentin interfaceITOaTraining
-
setReviewerComment
Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT. 「reviewerComment」- Comment from reviewer- Specified by:
setReviewerCommentin interfaceITOaTraining
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:ITOaTrainingLoad data from another generated Record/POJO implementing the common interface ITOaTraining- Specified by:
fromin interfaceITOaTraining
-
into
Description copied from interface:ITOaTrainingCopy data into another generated Record/POJO implementing the common interface ITOaTraining- Specified by:
intoin interfaceITOaTraining
-