Class TOaTrip
java.lang.Object
cn.vertxup.erp.domain.tables.pojos.TOaTrip
- All Implemented Interfaces:
ITOaTrip,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class TOaTrip
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITOaTrip
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidLoad data from another generated Record/POJO implementing the common interface ITOaTripGetter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION.getDays()Getter forDB_ETERNAL.T_OA_TRIP.DAYS.getEndAt()Getter forDB_ETERNAL.T_OA_TRIP.END_AT.getKey()Getter forDB_ETERNAL.T_OA_TRIP.KEY.Getter forDB_ETERNAL.T_OA_TRIP.REASON.Getter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY.Getter forDB_ETERNAL.T_OA_TRIP.START_AT.Getter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS.Getter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY.Getter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE.Getter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT.inthashCode()<E extends ITOaTrip>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ITOaTripsetCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_TRIP.DAYS.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_TRIP.END_AT.Setter forDB_ETERNAL.T_OA_TRIP.KEY.Setter forDB_ETERNAL.T_OA_TRIP.REASON.setRequestBy(String requestBy) Setter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_TRIP.START_AT.setTripAddress(String tripAddress) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS.setTripCity(String tripCity) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY.setTripProvince(String tripProvince) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE.setWorkContent(String workContent) Setter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT.toString()
-
Constructor Details
-
TOaTrip
public TOaTrip() -
TOaTrip
-
TOaTrip
-
TOaTrip
public TOaTrip(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.T_OA_TRIP.KEY. 「key」- Ticket Primary Key -
setKey
Setter forDB_ETERNAL.T_OA_TRIP.KEY. 「key」- Ticket Primary Key -
getCommentExtension
Getter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
getCommentExtensionin interfaceITOaTrip
-
setCommentExtension
Setter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION. 「commentExtension」- Extension Comment- Specified by:
setCommentExtensionin interfaceITOaTrip
-
getRequestBy
Getter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY. 「requestBy」- Request User- Specified by:
getRequestByin interfaceITOaTrip
-
setRequestBy
Setter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY. 「requestBy」- Request User- Specified by:
setRequestByin interfaceITOaTrip
-
getStartAt
Getter forDB_ETERNAL.T_OA_TRIP.START_AT. 「startAt」- From- Specified by:
getStartAtin interfaceITOaTrip
-
setStartAt
Setter forDB_ETERNAL.T_OA_TRIP.START_AT. 「startAt」- From- Specified by:
setStartAtin interfaceITOaTrip
-
getEndAt
Getter forDB_ETERNAL.T_OA_TRIP.END_AT. 「endAt」- To -
setEndAt
Setter forDB_ETERNAL.T_OA_TRIP.END_AT. 「endAt」- To -
getDays
Getter forDB_ETERNAL.T_OA_TRIP.DAYS. 「days」- Duration -
setDays
Setter forDB_ETERNAL.T_OA_TRIP.DAYS. 「days」- Duration -
getTripProvince
Getter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE. 「tripProvince」- Trip Province- Specified by:
getTripProvincein interfaceITOaTrip
-
setTripProvince
Setter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE. 「tripProvince」- Trip Province- Specified by:
setTripProvincein interfaceITOaTrip
-
getTripCity
Getter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY. 「tripCity」- Trip City- Specified by:
getTripCityin interfaceITOaTrip
-
setTripCity
Setter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY. 「tripCity」- Trip City- Specified by:
setTripCityin interfaceITOaTrip
-
getTripAddress
Getter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS. 「tripAddress」- Trip Address- Specified by:
getTripAddressin interfaceITOaTrip
-
setTripAddress
Setter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS. 「tripAddress」- Trip Address- Specified by:
setTripAddressin interfaceITOaTrip
-
getReason
Getter forDB_ETERNAL.T_OA_TRIP.REASON. 「reason」- The reason to be done -
setReason
Setter forDB_ETERNAL.T_OA_TRIP.REASON. 「reason」- The reason to be done -
getWorkContent
Getter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT. 「workContent」- Working Assignment Content- Specified by:
getWorkContentin interfaceITOaTrip
-
setWorkContent
Setter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT. 「workContent」- Working Assignment Content- Specified by:
setWorkContentin interfaceITOaTrip
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:ITOaTripLoad data from another generated Record/POJO implementing the common interface ITOaTrip -
into
Description copied from interface:ITOaTripCopy data into another generated Record/POJO implementing the common interface ITOaTrip
-