@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ILYard extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ILYard from)
Load data from another generated Record/POJO implementing the common interface ILYard
|
default ILYard |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.L_YARD.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.L_YARD.CODE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.L_YARD.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.L_YARD.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.L_YARD.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.L_YARD.LANGUAGE. |
String |
getLocationId()
Getter for
DB_ETERNAL.L_YARD.LOCATION_ID. |
String |
getMetadata()
Getter for
DB_ETERNAL.L_YARD.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.L_YARD.NAME. |
Integer |
getOrder()
Getter for
DB_ETERNAL.L_YARD.ORDER. |
String |
getSigma()
Getter for
DB_ETERNAL.L_YARD.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.L_YARD.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.L_YARD.UPDATED_BY. |
<E extends ILYard> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ILYard
|
ILYard |
setActive(Boolean value)
Setter for
DB_ETERNAL.L_YARD.ACTIVE. |
ILYard |
setCode(String value)
Setter for
DB_ETERNAL.L_YARD.CODE. |
ILYard |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_YARD.CREATED_AT. |
ILYard |
setCreatedBy(String value)
Setter for
DB_ETERNAL.L_YARD.CREATED_BY. |
ILYard |
setKey(String value)
Setter for
DB_ETERNAL.L_YARD.KEY. |
ILYard |
setLanguage(String value)
Setter for
DB_ETERNAL.L_YARD.LANGUAGE. |
ILYard |
setLocationId(String value)
Setter for
DB_ETERNAL.L_YARD.LOCATION_ID. |
ILYard |
setMetadata(String value)
Setter for
DB_ETERNAL.L_YARD.METADATA. |
ILYard |
setName(String value)
Setter for
DB_ETERNAL.L_YARD.NAME. |
ILYard |
setOrder(Integer value)
Setter for
DB_ETERNAL.L_YARD.ORDER. |
ILYard |
setSigma(String value)
Setter for
DB_ETERNAL.L_YARD.SIGMA. |
ILYard |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_YARD.UPDATED_AT. |
ILYard |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_YARD.UPDATED_BY. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
Getter for DB_ETERNAL.L_YARD.KEY. 「key」- 主键
String getName()
Getter for DB_ETERNAL.L_YARD.NAME. 「name」- 名称
String getCode()
Getter for DB_ETERNAL.L_YARD.CODE. 「code」- 编码
ILYard setMetadata(String value)
Setter for DB_ETERNAL.L_YARD.METADATA. 「metadata」- 附加配置
String getMetadata()
Getter for DB_ETERNAL.L_YARD.METADATA. 「metadata」- 附加配置
Integer getOrder()
Getter for DB_ETERNAL.L_YARD.ORDER. 「order」- 排序
ILYard setLocationId(String value)
Setter for DB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID
String getLocationId()
Getter for DB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID
Boolean getActive()
Getter for DB_ETERNAL.L_YARD.ACTIVE. 「active」- 是否启用
String getSigma()
Getter for DB_ETERNAL.L_YARD.SIGMA. 「sigma」- 统一标识
ILYard setLanguage(String value)
Setter for DB_ETERNAL.L_YARD.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.L_YARD.LANGUAGE. 「language」- 使用的语言
ILYard setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_YARD.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.L_YARD.CREATED_AT. 「createdAt」- 创建时间
ILYard setCreatedBy(String value)
Setter for DB_ETERNAL.L_YARD.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.L_YARD.CREATED_BY. 「createdBy」- 创建人
ILYard setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_YARD.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.L_YARD.UPDATED_AT. 「updatedAt」- 更新时间
ILYard setUpdatedBy(String value)
Setter for DB_ETERNAL.L_YARD.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.L_YARD.UPDATED_BY. 「updatedBy」- 更新人
void from(ILYard from)
Load data from another generated Record/POJO implementing the common interface ILYard
<E extends ILYard> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILYard
default ILYard fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.