| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.interfaces | |
| cn.vertxup.erp.domain.tables.pojos | |
| cn.vertxup.erp.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IRCompanyCustomer> |
IRCompanyCustomer.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
|
| Modifier and Type | Method and Description |
|---|---|
default IRCompanyCustomer |
IRCompanyCustomer.fromJson(io.vertx.core.json.JsonObject json) |
IRCompanyCustomer |
IRCompanyCustomer.setComment(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. |
IRCompanyCustomer |
IRCompanyCustomer.setCompanyId(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. |
IRCompanyCustomer |
IRCompanyCustomer.setCustomerId(String value)
Setter for
DB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRCompanyCustomer.from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
|
| Modifier and Type | Class and Description |
|---|---|
class |
RCompanyCustomer
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRCompanyCustomer> |
RCompanyCustomer.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
|
| Modifier and Type | Method and Description |
|---|---|
void |
RCompanyCustomer.from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
|
| Modifier and Type | Class and Description |
|---|---|
class |
RCompanyCustomerRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRCompanyCustomer> |
RCompanyCustomerRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomer
|
| Modifier and Type | Method and Description |
|---|---|
void |
RCompanyCustomerRecord.from(IRCompanyCustomer from)
Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer
|
Copyright © 2021. All rights reserved.