@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRCompanyCustomer extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
|
default IRCompanyCustomer |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getComment()
Getter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. |
String |
getCompanyId()
Getter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. |
String |
getCustomerId()
Getter for
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. |
<E extends IRCompanyCustomer> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
|
IRCompanyCustomer |
setComment(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. |
IRCompanyCustomer |
setCompanyId(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. |
IRCompanyCustomer |
setCustomerId(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. |
default io.vertx.core.json.JsonObject |
toJson() |
IRCompanyCustomer setCompanyId(String value)
Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
String getCompanyId()
Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
IRCompanyCustomer setCustomerId(String value)
Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
String getCustomerId()
Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
IRCompanyCustomer setComment(String value)
Setter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
String getComment()
Getter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
void from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
<E extends IRCompanyCustomer> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
default IRCompanyCustomer fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.