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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IRCompanyCustomer from)Load data from another generated Record/POJO implementing the common interface IRCompanyCustomerdefault IRCompanyCustomerfromJson(io.vertx.core.json.JsonObject json)StringgetComment()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.StringgetCompanyId()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.StringgetCustomerId()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.<E extends IRCompanyCustomer>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomerIRCompanyCustomersetComment(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.IRCompanyCustomersetCompanyId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.IRCompanyCustomersetCustomerId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setCompanyId
IRCompanyCustomer setCompanyId(String value)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
-
getCompanyId
String getCompanyId()
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID
-
setCustomerId
IRCompanyCustomer setCustomerId(String value)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
-
getCustomerId
String getCustomerId()
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
-
setComment
IRCompanyCustomer setComment(String value)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注
-
getComment
String getComment()
Getter forDB_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:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-