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