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 Summary
ConstructorsConstructorDescriptionTOaVacation(ITOaVacation value) TOaVacation(io.vertx.core.json.JsonObject json) TOaVacation(String key, String commentExtension, String requestBy, String classification, LocalDateTime startAt, LocalDateTime endAt, Integer days, String reason, String workContent) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(ITOaVacation from) Load data from another generated Record/POJO implementing the common interface ITOaVacationGetter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.Getter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.getDays()Getter forDB_ETERNAL.T_OA_VACATION.DAYS.getEndAt()Getter forDB_ETERNAL.T_OA_VACATION.END_AT.getKey()Getter forDB_ETERNAL.T_OA_VACATION.KEY.Getter forDB_ETERNAL.T_OA_VACATION.REASON.Getter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY.Getter forDB_ETERNAL.T_OA_VACATION.START_AT.Getter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT.inthashCode()<E extends ITOaVacation>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ITOaVacationsetClassification(String classification) Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_VACATION.DAYS.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_VACATION.END_AT.Setter forDB_ETERNAL.T_OA_VACATION.KEY.Setter forDB_ETERNAL.T_OA_VACATION.REASON.setRequestBy(String requestBy) Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_VACATION.START_AT.setWorkContent(String workContent) Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT.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.ITOaVacation
fromJson, toJson
-
Constructor Details
-
TOaVacation
public TOaVacation() -
TOaVacation
-
TOaVacation
public TOaVacation(String key, String commentExtension, String requestBy, String classification, LocalDateTime startAt, LocalDateTime endAt, Integer days, String reason, String workContent) -
TOaVacation
public TOaVacation(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key- Specified by:
getKeyin interfaceITOaVacation
-
setKey
Setter forDB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key- Specified by:
setKeyin interfaceITOaVacation
-
getCommentExtension
Getter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
getCommentExtensionin interfaceITOaVacation
-
setCommentExtension
Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
setCommentExtensionin interfaceITOaVacation
-
getRequestBy
Getter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User- Specified by:
getRequestByin interfaceITOaVacation
-
setRequestBy
Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User- Specified by:
setRequestByin interfaceITOaVacation
-
getClassification
Getter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type- Specified by:
getClassificationin interfaceITOaVacation
-
setClassification
Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type- Specified by:
setClassificationin interfaceITOaVacation
-
getStartAt
Getter forDB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From- Specified by:
getStartAtin interfaceITOaVacation
-
setStartAt
Setter forDB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From- Specified by:
setStartAtin interfaceITOaVacation
-
getEndAt
Getter forDB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To- Specified by:
getEndAtin interfaceITOaVacation
-
setEndAt
Setter forDB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To- Specified by:
setEndAtin interfaceITOaVacation
-
getDays
Getter forDB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration- Specified by:
getDaysin interfaceITOaVacation
-
setDays
Setter forDB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration- Specified by:
setDaysin interfaceITOaVacation
-
getReason
Getter forDB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done- Specified by:
getReasonin interfaceITOaVacation
-
setReason
Setter forDB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done- Specified by:
setReasonin interfaceITOaVacation
-
getWorkContent
Getter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content- Specified by:
getWorkContentin interfaceITOaVacation
-
setWorkContent
Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content- Specified by:
setWorkContentin interfaceITOaVacation
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:ITOaVacationLoad data from another generated Record/POJO implementing the common interface ITOaVacation- Specified by:
fromin interfaceITOaVacation
-
into
Description copied from interface:ITOaVacationCopy data into another generated Record/POJO implementing the common interface ITOaVacation- Specified by:
intoin interfaceITOaVacation
-