| Package | Description |
|---|---|
| cn.vertxup.lbs.domain.tables.interfaces | |
| cn.vertxup.lbs.domain.tables.pojos | |
| cn.vertxup.lbs.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends ILState> |
ILState.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
|
| Modifier and Type | Method and Description |
|---|---|
default ILState |
ILState.fromJson(io.vertx.core.json.JsonObject json) |
ILState |
ILState.setActive(Boolean value)
Setter for
DB_ETERNAL.L_STATE.ACTIVE. |
ILState |
ILState.setAlias(String value)
Setter for
DB_ETERNAL.L_STATE.ALIAS. |
ILState |
ILState.setCode(String value)
Setter for
DB_ETERNAL.L_STATE.CODE. |
ILState |
ILState.setCountryId(String value)
Setter for
DB_ETERNAL.L_STATE.COUNTRY_ID. |
ILState |
ILState.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_STATE.CREATED_AT. |
ILState |
ILState.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_STATE.CREATED_BY. |
ILState |
ILState.setKey(String value)
Setter for
DB_ETERNAL.L_STATE.KEY. |
ILState |
ILState.setLanguage(String value)
Setter for
DB_ETERNAL.L_STATE.LANGUAGE. |
ILState |
ILState.setMetadata(String value)
Setter for
DB_ETERNAL.L_STATE.METADATA. |
ILState |
ILState.setName(String value)
Setter for
DB_ETERNAL.L_STATE.NAME. |
ILState |
ILState.setOrder(Integer value)
Setter for
DB_ETERNAL.L_STATE.ORDER. |
ILState |
ILState.setSigma(String value)
Setter for
DB_ETERNAL.L_STATE.SIGMA. |
ILState |
ILState.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_STATE.UPDATED_AT. |
ILState |
ILState.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_STATE.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILState.from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
|
| Modifier and Type | Class and Description |
|---|---|
class |
LState
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILState> |
LState.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
|
| Modifier and Type | Method and Description |
|---|---|
void |
LState.from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
|
| Modifier and Type | Class and Description |
|---|---|
class |
LStateRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILState> |
LStateRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
|
| Modifier and Type | Method and Description |
|---|---|
void |
LStateRecord.from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
|
Copyright © 2021. All rights reserved.