Class LFloor
java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LFloor
- All Implemented Interfaces:
ILFloor,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LFloor
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILFloor
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLFloor()LFloor(io.vertx.core.json.JsonObject json) LFloor(String key, String name, String code, String metadata, Integer order, String tentId, 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 ILFloorGetter forDB_ETERNAL.L_FLOOR.ACTIVE.getCode()Getter forDB_ETERNAL.L_FLOOR.CODE.Getter forDB_ETERNAL.L_FLOOR.CREATED_AT.Getter forDB_ETERNAL.L_FLOOR.CREATED_BY.getKey()Getter forDB_ETERNAL.L_FLOOR.KEY.Getter forDB_ETERNAL.L_FLOOR.LANGUAGE.Getter forDB_ETERNAL.L_FLOOR.METADATA.getName()Getter forDB_ETERNAL.L_FLOOR.NAME.getOrder()Getter forDB_ETERNAL.L_FLOOR.ORDER.getSigma()Getter forDB_ETERNAL.L_FLOOR.SIGMA.Getter forDB_ETERNAL.L_FLOOR.TENT_ID.Getter forDB_ETERNAL.L_FLOOR.UPDATED_AT.Getter forDB_ETERNAL.L_FLOOR.UPDATED_BY.<E extends ILFloor>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILFloorSetter forDB_ETERNAL.L_FLOOR.ACTIVE.Setter forDB_ETERNAL.L_FLOOR.CODE.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_FLOOR.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_FLOOR.CREATED_BY.Setter forDB_ETERNAL.L_FLOOR.KEY.setLanguage(String language) Setter forDB_ETERNAL.L_FLOOR.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.L_FLOOR.METADATA.Setter forDB_ETERNAL.L_FLOOR.NAME.Setter forDB_ETERNAL.L_FLOOR.ORDER.Setter forDB_ETERNAL.L_FLOOR.SIGMA.Setter forDB_ETERNAL.L_FLOOR.TENT_ID.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_FLOOR.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_FLOOR.UPDATED_BY.toString()
-
Constructor Details
-
LFloor
public LFloor() -
LFloor
-
LFloor
-
LFloor
public LFloor(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.L_FLOOR.KEY. 「key」- 主键 -
setKey
Setter forDB_ETERNAL.L_FLOOR.KEY. 「key」- 主键 -
getName
Getter forDB_ETERNAL.L_FLOOR.NAME. 「name」- 名称 -
setName
Setter forDB_ETERNAL.L_FLOOR.NAME. 「name」- 名称 -
getCode
Getter forDB_ETERNAL.L_FLOOR.CODE. 「code」- 编码 -
setCode
Setter forDB_ETERNAL.L_FLOOR.CODE. 「code」- 编码 -
getMetadata
Getter forDB_ETERNAL.L_FLOOR.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILFloor
-
setMetadata
Setter forDB_ETERNAL.L_FLOOR.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILFloor
-
getOrder
Getter forDB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序 -
setOrder
Setter forDB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序 -
getTentId
Getter forDB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID -
setTentId
Setter forDB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID -
getActive
Getter forDB_ETERNAL.L_FLOOR.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.L_FLOOR.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.L_FLOOR.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.L_FLOOR.SIGMA. 「sigma」- 统一标识 -
getLanguage
Getter forDB_ETERNAL.L_FLOOR.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILFloor
-
setLanguage
Setter forDB_ETERNAL.L_FLOOR.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILFloor
-
getCreatedAt
Getter forDB_ETERNAL.L_FLOOR.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILFloor
-
setCreatedAt
Setter forDB_ETERNAL.L_FLOOR.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILFloor
-
getCreatedBy
Getter forDB_ETERNAL.L_FLOOR.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILFloor
-
setCreatedBy
Setter forDB_ETERNAL.L_FLOOR.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILFloor
-
getUpdatedAt
Getter forDB_ETERNAL.L_FLOOR.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILFloor
-
setUpdatedAt
Setter forDB_ETERNAL.L_FLOOR.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILFloor
-
getUpdatedBy
Getter forDB_ETERNAL.L_FLOOR.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILFloor
-
setUpdatedBy
Setter forDB_ETERNAL.L_FLOOR.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILFloor
-
toString
-
from
Description copied from interface:ILFloorLoad data from another generated Record/POJO implementing the common interface ILFloor -
into
Description copied from interface:ILFloorCopy data into another generated Record/POJO implementing the common interface ILFloor
-