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