| 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 IECustomer> |
IECustomer.into(E into)
Copy data into another generated Record/POJO implementing the common interface IECustomer
|
| Modifier and Type | Method and Description |
|---|---|
default IECustomer |
IECustomer.fromJson(io.vertx.core.json.JsonObject json) |
IECustomer |
IECustomer.setActive(Boolean value)
Setter for
DB_ETERNAL.E_CUSTOMER.ACTIVE. |
IECustomer |
IECustomer.setAddress(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.ADDRESS. |
IECustomer |
IECustomer.setCode(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CODE. |
IECustomer |
IECustomer.setComment(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.COMMENT. |
IECustomer |
IECustomer.setContactEmail(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. |
IECustomer |
IECustomer.setContactName(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CONTACT_NAME. |
IECustomer |
IECustomer.setContactOnline(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. |
IECustomer |
IECustomer.setContactPhone(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. |
IECustomer |
IECustomer.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_CUSTOMER.CREATED_AT. |
IECustomer |
IECustomer.setCreatedBy(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.CREATED_BY. |
IECustomer |
IECustomer.setEmail(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.EMAIL. |
IECustomer |
IECustomer.setFax(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.FAX. |
IECustomer |
IECustomer.setHomepage(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.HOMEPAGE. |
IECustomer |
IECustomer.setKey(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.KEY. |
IECustomer |
IECustomer.setLanguage(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.LANGUAGE. |
IECustomer |
IECustomer.setLogo(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.LOGO. |
IECustomer |
IECustomer.setMetadata(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.METADATA. |
IECustomer |
IECustomer.setName(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.NAME. |
IECustomer |
IECustomer.setPhone(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.PHONE. |
IECustomer |
IECustomer.setRunUp(Boolean value)
Setter for
DB_ETERNAL.E_CUSTOMER.RUN_UP. |
IECustomer |
IECustomer.setSigma(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.SIGMA. |
IECustomer |
IECustomer.setTaxCode(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.TAX_CODE. |
IECustomer |
IECustomer.setTaxTitle(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.TAX_TITLE. |
IECustomer |
IECustomer.setTitle(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.TITLE. |
IECustomer |
IECustomer.setType(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.TYPE. |
IECustomer |
IECustomer.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_CUSTOMER.UPDATED_AT. |
IECustomer |
IECustomer.setUpdatedBy(String value)
Setter for
DB_ETERNAL.E_CUSTOMER.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IECustomer.from(IECustomer from)
Load data from another generated Record/POJO implementing the common interface IECustomer
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECustomer
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IECustomer> |
ECustomer.into(E into)
Copy data into another generated Record/POJO implementing the common interface IECustomer
|
| Modifier and Type | Method and Description |
|---|---|
void |
ECustomer.from(IECustomer from)
Load data from another generated Record/POJO implementing the common interface IECustomer
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECustomerRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IECustomer> |
ECustomerRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IECustomer
|
| Modifier and Type | Method and Description |
|---|---|
void |
ECustomerRecord.from(IECustomer from)
Load data from another generated Record/POJO implementing the common interface IECustomer
|
Copyright © 2021. All rights reserved.