Class LYard
java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LYard
- All Implemented Interfaces:
ILYard,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LYard
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILYard
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLYard()LYard(io.vertx.core.json.JsonObject json) LYard(String key, String name, String code, String metadata, Integer order, String locationId, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface ILYardGetter forDB_ETERNAL.L_YARD.ACTIVE.getCode()Getter forDB_ETERNAL.L_YARD.CODE.Getter forDB_ETERNAL.L_YARD.CREATED_AT.Getter forDB_ETERNAL.L_YARD.CREATED_BY.getKey()Getter forDB_ETERNAL.L_YARD.KEY.Getter forDB_ETERNAL.L_YARD.LANGUAGE.Getter forDB_ETERNAL.L_YARD.LOCATION_ID.Getter forDB_ETERNAL.L_YARD.METADATA.getName()Getter forDB_ETERNAL.L_YARD.NAME.getOrder()Getter forDB_ETERNAL.L_YARD.ORDER.getSigma()Getter forDB_ETERNAL.L_YARD.SIGMA.Getter forDB_ETERNAL.L_YARD.UPDATED_AT.Getter forDB_ETERNAL.L_YARD.UPDATED_BY.<E extends ILYard>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILYardSetter forDB_ETERNAL.L_YARD.ACTIVE.Setter forDB_ETERNAL.L_YARD.CODE.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_YARD.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_YARD.CREATED_BY.Setter forDB_ETERNAL.L_YARD.KEY.setLanguage(String language) Setter forDB_ETERNAL.L_YARD.LANGUAGE.setLocationId(String locationId) Setter forDB_ETERNAL.L_YARD.LOCATION_ID.setMetadata(String metadata) Setter forDB_ETERNAL.L_YARD.METADATA.Setter forDB_ETERNAL.L_YARD.NAME.Setter forDB_ETERNAL.L_YARD.ORDER.Setter forDB_ETERNAL.L_YARD.SIGMA.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_YARD.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_YARD.UPDATED_BY.toString()
-
Constructor Details
-
LYard
public LYard() -
LYard
-
LYard
-
LYard
public LYard(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.L_YARD.KEY. 「key」- 主键 -
setKey
Setter forDB_ETERNAL.L_YARD.KEY. 「key」- 主键 -
getName
Getter forDB_ETERNAL.L_YARD.NAME. 「name」- 名称 -
setName
Setter forDB_ETERNAL.L_YARD.NAME. 「name」- 名称 -
getCode
Getter forDB_ETERNAL.L_YARD.CODE. 「code」- 编码 -
setCode
Setter forDB_ETERNAL.L_YARD.CODE. 「code」- 编码 -
getMetadata
Getter forDB_ETERNAL.L_YARD.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILYard
-
setMetadata
Setter forDB_ETERNAL.L_YARD.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILYard
-
getOrder
Getter forDB_ETERNAL.L_YARD.ORDER. 「order」- 排序 -
setOrder
Setter forDB_ETERNAL.L_YARD.ORDER. 「order」- 排序 -
getLocationId
Getter forDB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID- Specified by:
getLocationIdin interfaceILYard
-
setLocationId
Setter forDB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID- Specified by:
setLocationIdin interfaceILYard
-
getActive
Getter forDB_ETERNAL.L_YARD.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.L_YARD.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.L_YARD.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.L_YARD.SIGMA. 「sigma」- 统一标识 -
getLanguage
Getter forDB_ETERNAL.L_YARD.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILYard
-
setLanguage
Setter forDB_ETERNAL.L_YARD.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILYard
-
getCreatedAt
Getter forDB_ETERNAL.L_YARD.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILYard
-
setCreatedAt
Setter forDB_ETERNAL.L_YARD.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILYard
-
getCreatedBy
Getter forDB_ETERNAL.L_YARD.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILYard
-
setCreatedBy
Setter forDB_ETERNAL.L_YARD.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILYard
-
getUpdatedAt
Getter forDB_ETERNAL.L_YARD.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILYard
-
setUpdatedAt
Setter forDB_ETERNAL.L_YARD.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILYard
-
getUpdatedBy
Getter forDB_ETERNAL.L_YARD.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILYard
-
setUpdatedBy
Setter forDB_ETERNAL.L_YARD.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILYard
-
toString
-
from
Description copied from interface:ILYardLoad data from another generated Record/POJO implementing the common interface ILYard -
into
Description copied from interface:ILYardCopy data into another generated Record/POJO implementing the common interface ILYard
-