Interface ITOaVacation
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
TOaVacation,TOaVacationRecord
public interface ITOaVacation
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfrom(ITOaVacation from) Load data from another generated Record/POJO implementing the common interface ITOaVacationdefault ITOaVacationfromJson(io.vertx.core.json.JsonObject json) Getter 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.<E extends ITOaVacation>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ITOaVacationsetClassification(String value) Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.setCommentExtension(String value) Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_VACATION.DAYS.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_VACATION.END_AT.Setter forDB_ETERNAL.T_OA_VACATION.KEY.Setter forDB_ETERNAL.T_OA_VACATION.REASON.setRequestBy(String value) Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_VACATION.START_AT.setWorkContent(String value) Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setKey
Setter forDB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key -
getKey
String getKey()Getter forDB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key -
setCommentExtension
Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
getCommentExtension
String getCommentExtension()Getter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
setRequestBy
Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User -
getRequestBy
String getRequestBy()Getter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User -
setClassification
Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type -
getClassification
String getClassification()Getter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type -
setStartAt
Setter forDB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From -
getStartAt
LocalDateTime getStartAt()Getter forDB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From -
setEndAt
Setter forDB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To -
getEndAt
LocalDateTime getEndAt()Getter forDB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To -
setDays
Setter forDB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration -
getDays
Integer getDays()Getter forDB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration -
setReason
Setter forDB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done -
getReason
String getReason()Getter forDB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done -
setWorkContent
Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content -
getWorkContent
String getWorkContent()Getter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content -
from
Load data from another generated Record/POJO implementing the common interface ITOaVacation -
into
Copy data into another generated Record/POJO implementing the common interface ITOaVacation -
fromJson
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-