Class LTent
- java.lang.Object
-
- cn.vertxup.lbs.domain.tables.pojos.LTent
-
- All Implemented Interfaces:
ILTent,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LTent extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILTent
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LTent()LTent(ILTent value)LTent(io.vertx.core.json.JsonObject json)LTent(String key, String name, String code, String contactPhone, String contactName, String metadata, Integer order, String locationId, String yardId, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ILTent from)Load data from another generated Record/POJO implementing the common interface ILTentBooleangetActive()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 ILTentLTentsetActive(Boolean active)Setter forDB_ETERNAL.L_TENT.ACTIVE.LTentsetCode(String code)Setter forDB_ETERNAL.L_TENT.CODE.LTentsetContactName(String contactName)Setter forDB_ETERNAL.L_TENT.CONTACT_NAME.LTentsetContactPhone(String contactPhone)Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE.LTentsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.L_TENT.CREATED_AT.LTentsetCreatedBy(String createdBy)Setter forDB_ETERNAL.L_TENT.CREATED_BY.LTentsetKey(String key)Setter forDB_ETERNAL.L_TENT.KEY.LTentsetLanguage(String language)Setter forDB_ETERNAL.L_TENT.LANGUAGE.LTentsetLocationId(String locationId)Setter forDB_ETERNAL.L_TENT.LOCATION_ID.LTentsetMetadata(String metadata)Setter forDB_ETERNAL.L_TENT.METADATA.LTentsetName(String name)Setter forDB_ETERNAL.L_TENT.NAME.LTentsetOrder(Integer order)Setter forDB_ETERNAL.L_TENT.ORDER.LTentsetSigma(String sigma)Setter forDB_ETERNAL.L_TENT.SIGMA.LTentsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.L_TENT.UPDATED_AT.LTentsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.L_TENT.UPDATED_BY.LTentsetYardId(String yardId)Setter forDB_ETERNAL.L_TENT.YARD_ID.StringtoString()
-
-
-
Constructor Detail
-
LTent
public LTent()
-
LTent
public LTent(ILTent value)
-
LTent
public LTent(String key, String name, String code, String contactPhone, String contactName, String metadata, Integer order, String locationId, String yardId, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
LTent
public LTent(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.L_TENT.KEY. 「key」- 主键
-
getName
public String getName()
Getter forDB_ETERNAL.L_TENT.NAME. 「name」- 名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.L_TENT.CODE. 「code」- 编码
-
getContactPhone
public String getContactPhone()
Getter forDB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话- Specified by:
getContactPhonein interfaceILTent
-
setContactPhone
public LTent setContactPhone(String contactPhone)
Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话- Specified by:
setContactPhonein interfaceILTent
-
getContactName
public String getContactName()
Getter forDB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名- Specified by:
getContactNamein interfaceILTent
-
setContactName
public LTent setContactName(String contactName)
Setter forDB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名- Specified by:
setContactNamein interfaceILTent
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILTent
-
setMetadata
public LTent setMetadata(String metadata)
Setter forDB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILTent
-
getOrder
public Integer getOrder()
Getter forDB_ETERNAL.L_TENT.ORDER. 「order」- 排序
-
getLocationId
public String getLocationId()
Getter forDB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID- Specified by:
getLocationIdin interfaceILTent
-
setLocationId
public LTent setLocationId(String locationId)
Setter forDB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID- Specified by:
setLocationIdin interfaceILTent
-
getYardId
public String getYardId()
Getter forDB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
-
setYardId
public LTent setYardId(String yardId)
Setter forDB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用
-
setActive
public LTent setActive(Boolean active)
Setter forDB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.L_TENT.SIGMA. 「sigma」- 统一标识
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILTent
-
setLanguage
public LTent setLanguage(String language)
Setter forDB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILTent
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILTent
-
setCreatedAt
public LTent setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILTent
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILTent
-
setCreatedBy
public LTent setCreatedBy(String createdBy)
Setter forDB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILTent
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILTent
-
setUpdatedAt
public LTent setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILTent
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILTent
-
setUpdatedBy
public LTent setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILTent
-
from
public void from(ILTent from)
Description copied from interface:ILTentLoad data from another generated Record/POJO implementing the common interface ILTent
-
-