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 Details

  • Method Details

    • getKey

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

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

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

      public TOaTrip setCommentExtension(String commentExtension)
      Setter for DB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
      Specified by:
      setCommentExtension in interface ITOaTrip
    • getRequestBy

      public String getRequestBy()
      Getter for DB_ETERNAL.T_OA_TRIP.REQUEST_BY. 「requestBy」- Request User
      Specified by:
      getRequestBy in interface ITOaTrip
    • setRequestBy

      public TOaTrip setRequestBy(String requestBy)
      Setter for DB_ETERNAL.T_OA_TRIP.REQUEST_BY. 「requestBy」- Request User
      Specified by:
      setRequestBy in interface ITOaTrip
    • getStartAt

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

      public TOaTrip setStartAt(LocalDateTime startAt)
      Setter for DB_ETERNAL.T_OA_TRIP.START_AT. 「startAt」- From
      Specified by:
      setStartAt in interface ITOaTrip
    • getEndAt

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

      public TOaTrip setEndAt(LocalDateTime endAt)
      Setter for DB_ETERNAL.T_OA_TRIP.END_AT. 「endAt」- To
      Specified by:
      setEndAt in interface ITOaTrip
    • getDays

      public Integer getDays()
      Getter for DB_ETERNAL.T_OA_TRIP.DAYS. 「days」- Duration
      Specified by:
      getDays in interface ITOaTrip
    • setDays

      public TOaTrip setDays(Integer days)
      Setter for DB_ETERNAL.T_OA_TRIP.DAYS. 「days」- Duration
      Specified by:
      setDays in interface ITOaTrip
    • getTripProvince

      public String getTripProvince()
      Getter for DB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE. 「tripProvince」- Trip Province
      Specified by:
      getTripProvince in interface ITOaTrip
    • setTripProvince

      public TOaTrip setTripProvince(String tripProvince)
      Setter for DB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE. 「tripProvince」- Trip Province
      Specified by:
      setTripProvince in interface ITOaTrip
    • getTripCity

      public String getTripCity()
      Getter for DB_ETERNAL.T_OA_TRIP.TRIP_CITY. 「tripCity」- Trip City
      Specified by:
      getTripCity in interface ITOaTrip
    • setTripCity

      public TOaTrip setTripCity(String tripCity)
      Setter for DB_ETERNAL.T_OA_TRIP.TRIP_CITY. 「tripCity」- Trip City
      Specified by:
      setTripCity in interface ITOaTrip
    • getTripAddress

      public String getTripAddress()
      Getter for DB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS. 「tripAddress」- Trip Address
      Specified by:
      getTripAddress in interface ITOaTrip
    • setTripAddress

      public TOaTrip setTripAddress(String tripAddress)
      Setter for DB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS. 「tripAddress」- Trip Address
      Specified by:
      setTripAddress in interface ITOaTrip
    • getReason

      public String getReason()
      Getter for DB_ETERNAL.T_OA_TRIP.REASON. 「reason」- The reason to be done
      Specified by:
      getReason in interface ITOaTrip
    • setReason

      public TOaTrip setReason(String reason)
      Setter for DB_ETERNAL.T_OA_TRIP.REASON. 「reason」- The reason to be done
      Specified by:
      setReason in interface ITOaTrip
    • getWorkContent

      public String getWorkContent()
      Getter for DB_ETERNAL.T_OA_TRIP.WORK_CONTENT. 「workContent」- Working Assignment Content
      Specified by:
      getWorkContent in interface ITOaTrip
    • setWorkContent

      public TOaTrip setWorkContent(String workContent)
      Setter for DB_ETERNAL.T_OA_TRIP.WORK_CONTENT. 「workContent」- Working Assignment Content
      Specified by:
      setWorkContent in interface ITOaTrip
    • 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(ITOaTrip from)
      Description copied from interface: ITOaTrip
      Load data from another generated Record/POJO implementing the common interface ITOaTrip
      Specified by:
      from in interface ITOaTrip
    • into

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