@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRCompanyCustomer extends Serializable
| 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)
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的IDString getCompanyId()
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的IDIRCompanyCustomer setCustomerId(String value)
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的IDString getCustomerId()
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的IDIRCompanyCustomer setComment(String value)
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注String getComment()
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注void from(IRCompanyCustomer from)
<E extends IRCompanyCustomer> E into(E into)
default IRCompanyCustomer fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.