Interface ILTent
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
LTent,LTentRecord
public interface ILTent extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ILTent from)Load data from another generated Record/POJO implementing the common interface ILTentdefault ILTentfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.L_TENT.ACTIVE.StringgetCode()Getter forDB_ETERNAL.L_TENT.CODE.StringgetContactName()Getter forDB_ETERNAL.L_TENT.CONTACT_NAME.StringgetContactPhone()Getter forDB_ETERNAL.L_TENT.CONTACT_PHONE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.L_TENT.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.L_TENT.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.L_TENT.KEY.StringgetLanguage()Getter forDB_ETERNAL.L_TENT.LANGUAGE.StringgetLocationId()Getter forDB_ETERNAL.L_TENT.LOCATION_ID.StringgetMetadata()Getter forDB_ETERNAL.L_TENT.METADATA.StringgetName()Getter forDB_ETERNAL.L_TENT.NAME.IntegergetOrder()Getter forDB_ETERNAL.L_TENT.ORDER.StringgetSigma()Getter forDB_ETERNAL.L_TENT.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.L_TENT.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.L_TENT.UPDATED_BY.StringgetYardId()Getter forDB_ETERNAL.L_TENT.YARD_ID.<E extends ILTent>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ILTentILTentsetActive(Boolean value)Setter forDB_ETERNAL.L_TENT.ACTIVE.ILTentsetCode(String value)Setter forDB_ETERNAL.L_TENT.CODE.ILTentsetContactName(String value)Setter forDB_ETERNAL.L_TENT.CONTACT_NAME.ILTentsetContactPhone(String value)Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE.ILTentsetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_TENT.CREATED_AT.ILTentsetCreatedBy(String value)Setter forDB_ETERNAL.L_TENT.CREATED_BY.ILTentsetKey(String value)Setter forDB_ETERNAL.L_TENT.KEY.ILTentsetLanguage(String value)Setter forDB_ETERNAL.L_TENT.LANGUAGE.ILTentsetLocationId(String value)Setter forDB_ETERNAL.L_TENT.LOCATION_ID.ILTentsetMetadata(String value)Setter forDB_ETERNAL.L_TENT.METADATA.ILTentsetName(String value)Setter forDB_ETERNAL.L_TENT.NAME.ILTentsetOrder(Integer value)Setter forDB_ETERNAL.L_TENT.ORDER.ILTentsetSigma(String value)Setter forDB_ETERNAL.L_TENT.SIGMA.ILTentsetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_TENT.UPDATED_AT.ILTentsetUpdatedBy(String value)Setter forDB_ETERNAL.L_TENT.UPDATED_BY.ILTentsetYardId(String value)Setter forDB_ETERNAL.L_TENT.YARD_ID.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.L_TENT.KEY. 「key」- 主键
-
getName
String getName()
Getter forDB_ETERNAL.L_TENT.NAME. 「name」- 名称
-
getCode
String getCode()
Getter forDB_ETERNAL.L_TENT.CODE. 「code」- 编码
-
setContactPhone
ILTent setContactPhone(String value)
Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
-
getContactPhone
String getContactPhone()
Getter forDB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
-
setContactName
ILTent setContactName(String value)
Setter forDB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
-
getContactName
String getContactName()
Getter forDB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
-
setMetadata
ILTent setMetadata(String value)
Setter forDB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置
-
getOrder
Integer getOrder()
Getter forDB_ETERNAL.L_TENT.ORDER. 「order」- 排序
-
setLocationId
ILTent setLocationId(String value)
Setter forDB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
-
getLocationId
String getLocationId()
Getter forDB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
-
getYardId
String getYardId()
Getter forDB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用
-
getSigma
String getSigma()
Getter forDB_ETERNAL.L_TENT.SIGMA. 「sigma」- 统一标识
-
setLanguage
ILTent setLanguage(String value)
Setter forDB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言
-
setCreatedAt
ILTent setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ILTent setCreatedBy(String value)
Setter forDB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ILTent setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ILTent setUpdatedBy(String value)
Setter forDB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ILTent from)
Load data from another generated Record/POJO implementing the common interface ILTent
-
into
<E extends ILTent> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILTent
-
fromJson
default ILTent fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-