@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RCompanyCustomer extends Object implements IRCompanyCustomer
This class is generated by jOOQ.
| Constructor and Description |
|---|
RCompanyCustomer() |
RCompanyCustomer(io.vertx.core.json.JsonObject json) |
RCompanyCustomer(RCompanyCustomer value) |
RCompanyCustomer(String companyId,
String customerId,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
|
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
|
RCompanyCustomer |
setComment(String comment)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. |
RCompanyCustomer |
setCompanyId(String companyId)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. |
RCompanyCustomer |
setCustomerId(String customerId)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic RCompanyCustomer()
public RCompanyCustomer(RCompanyCustomer value)
public RCompanyCustomer(io.vertx.core.json.JsonObject json)
public String getCompanyId()
IRCompanyCustomerGetter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
getCompanyId in interface IRCompanyCustomerpublic RCompanyCustomer setCompanyId(String companyId)
IRCompanyCustomerSetter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
setCompanyId in interface IRCompanyCustomerpublic String getCustomerId()
IRCompanyCustomerGetter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
getCustomerId in interface IRCompanyCustomerpublic RCompanyCustomer setCustomerId(String customerId)
IRCompanyCustomerSetter for DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
setCustomerId in interface IRCompanyCustomerpublic String getComment()
IRCompanyCustomerGetter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
getComment in interface IRCompanyCustomerpublic RCompanyCustomer setComment(String comment)
IRCompanyCustomerSetter for DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
setComment in interface IRCompanyCustomerpublic void from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
from in interface IRCompanyCustomerpublic <E extends IRCompanyCustomer> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
into in interface IRCompanyCustomerCopyright © 2021. All rights reserved.