Interface IRCompanyCustomer

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    RCompanyCustomer, RCompanyCustomerRecord

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

      • setCompanyId

        IRCompanyCustomer setCompanyId​(String value)
        Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
      • getCompanyId

        String getCompanyId()
        Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
      • setCustomerId

        IRCompanyCustomer setCustomerId​(String value)
        Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
      • getCustomerId

        String getCustomerId()
        Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
      • setComment

        IRCompanyCustomer setComment​(String value)
        Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
      • getComment

        String getComment()
        Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
      • from

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

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

        default IRCompanyCustomer 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