| Package | Description |
|---|---|
| cn.vertxup.atom.domain.tables.interfaces | |
| cn.vertxup.atom.domain.tables.pojos | |
| cn.vertxup.atom.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IMAttribute> |
IMAttribute.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAttribute
|
| Modifier and Type | Method and Description |
|---|---|
default IMAttribute |
IMAttribute.fromJson(io.vertx.core.json.JsonObject json) |
IMAttribute |
IMAttribute.setActive(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. |
IMAttribute |
IMAttribute.setAlias(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. |
IMAttribute |
IMAttribute.setComments(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. |
IMAttribute |
IMAttribute.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. |
IMAttribute |
IMAttribute.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. |
IMAttribute |
IMAttribute.setExpression(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. |
IMAttribute |
IMAttribute.setInComponent(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. |
IMAttribute |
IMAttribute.setIsArray(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. |
IMAttribute |
IMAttribute.setIsConfirm(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. |
IMAttribute |
IMAttribute.setIsLock(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. |
IMAttribute |
IMAttribute.setIsRefer(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. |
IMAttribute |
IMAttribute.setIsSyncIn(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. |
IMAttribute |
IMAttribute.setIsSyncOut(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. |
IMAttribute |
IMAttribute.setIsTrack(Boolean value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. |
IMAttribute |
IMAttribute.setKey(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.KEY. |
IMAttribute |
IMAttribute.setLanguage(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. |
IMAttribute |
IMAttribute.setMetadata(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. |
IMAttribute |
IMAttribute.setModelId(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. |
IMAttribute |
IMAttribute.setName(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.NAME. |
IMAttribute |
IMAttribute.setNormalize(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. |
IMAttribute |
IMAttribute.setOutComponent(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. |
IMAttribute |
IMAttribute.setSigma(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. |
IMAttribute |
IMAttribute.setSource(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. |
IMAttribute |
IMAttribute.setSourceConfig(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. |
IMAttribute |
IMAttribute.setSourceExternal(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. |
IMAttribute |
IMAttribute.setSourceField(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. |
IMAttribute |
IMAttribute.setSourceReference(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. |
IMAttribute |
IMAttribute.setType(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. |
IMAttribute |
IMAttribute.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. |
IMAttribute |
IMAttribute.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMAttribute.from(IMAttribute from)
Load data from another generated Record/POJO implementing the common interface IMAttribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAttribute
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMAttribute> |
MAttribute.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAttribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
MAttribute.from(IMAttribute from)
Load data from another generated Record/POJO implementing the common interface IMAttribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAttributeRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMAttribute> |
MAttributeRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAttribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
MAttributeRecord.from(IMAttribute from)
Load data from another generated Record/POJO implementing the common interface IMAttribute
|
Copyright © 2021. All rights reserved.