Interface ITVendorAssessment

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
TVendorAssessment, TVendorAssessmentRecord

public interface ITVendorAssessment extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      ITVendorAssessment setKey(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.KEY. 「key」- Ticket Primary Key
    • getKey

      String getKey()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.KEY. 「key」- Ticket Primary Key
    • setCommentExtension

      ITVendorAssessment setCommentExtension(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
    • getCommentExtension

      String getCommentExtension()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_EXTENSION. 「commentExtension」- Extension Comment
    • setClassification

      ITVendorAssessment setClassification(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.CLASSIFICATION. 「classification」- The ticket related business type
    • getClassification

      String getClassification()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.CLASSIFICATION. 「classification」- The ticket related business type
    • setStartAt

      ITVendorAssessment setStartAt(LocalDateTime value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.START_AT. 「startAt」- From
    • getStartAt

      LocalDateTime getStartAt()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.START_AT. 「startAt」- From
    • setEndAt

      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.END_AT. 「endAt」- To
    • getEndAt

      LocalDateTime getEndAt()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.END_AT. 「endAt」- To
    • setDays

      ITVendorAssessment setDays(Integer value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.DAYS. 「days」- Duration
    • getDays

      Integer getDays()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.DAYS. 「days」- Duration
    • setAssessOn

      ITVendorAssessment setAssessOn(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_ON. 「assessOn」- The user that will be assessed
    • getAssessOn

      String getAssessOn()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_ON. 「assessOn」- The user that will be assessed
    • setAssessScore

      ITVendorAssessment setAssessScore(Integer value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_SCORE. 「assessScore」- The score of the user
    • getAssessScore

      Integer getAssessScore()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_SCORE. 「assessScore」- The score of the user
    • setCommentDept

      ITVendorAssessment setCommentDept(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_DEPT. 「commentDept」- from department
    • getCommentDept

      String getCommentDept()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_DEPT. 「commentDept」- from department
    • setCommentAssess

      ITVendorAssessment setCommentAssess(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_ASSESS. 「commentAssess」- from assess
    • getCommentAssess

      String getCommentAssess()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_ASSESS. 「commentAssess」- from assess
    • setCommentLeader

      ITVendorAssessment setCommentLeader(String value)
      Setter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_LEADER. 「commentLeader」- from leader of project
    • getCommentLeader

      String getCommentLeader()
      Getter for DB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_LEADER. 「commentLeader」- from leader of project
    • from

      void from(ITVendorAssessment from)
      Load data from another generated Record/POJO implementing the common interface ITVendorAssessment
    • into

      <E extends ITVendorAssessment> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface ITVendorAssessment
    • fromJson

      default ITVendorAssessment fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo