Class 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
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.L_TENT.KEY. 「key」- 主键
        Specified by:
        getKey in interface ILTent
      • setKey

        public LTent setKey​(String key)
        Setter for DB_ETERNAL.L_TENT.KEY. 「key」- 主键
        Specified by:
        setKey in interface ILTent
      • getName

        public String getName()
        Getter for DB_ETERNAL.L_TENT.NAME. 「name」- 名称
        Specified by:
        getName in interface ILTent
      • setName

        public LTent setName​(String name)
        Setter for DB_ETERNAL.L_TENT.NAME. 「name」- 名称
        Specified by:
        setName in interface ILTent
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.L_TENT.CODE. 「code」- 编码
        Specified by:
        getCode in interface ILTent
      • setCode

        public LTent setCode​(String code)
        Setter for DB_ETERNAL.L_TENT.CODE. 「code」- 编码
        Specified by:
        setCode in interface ILTent
      • getContactPhone

        public String getContactPhone()
        Getter for DB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
        Specified by:
        getContactPhone in interface ILTent
      • setContactPhone

        public LTent setContactPhone​(String contactPhone)
        Setter for DB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
        Specified by:
        setContactPhone in interface ILTent
      • getContactName

        public String getContactName()
        Getter for DB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
        Specified by:
        getContactName in interface ILTent
      • setContactName

        public LTent setContactName​(String contactName)
        Setter for DB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
        Specified by:
        setContactName in interface ILTent
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置
        Specified by:
        getMetadata in interface ILTent
      • setMetadata

        public LTent setMetadata​(String metadata)
        Setter for DB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface ILTent
      • getOrder

        public Integer getOrder()
        Getter for DB_ETERNAL.L_TENT.ORDER. 「order」- 排序
        Specified by:
        getOrder in interface ILTent
      • setOrder

        public LTent setOrder​(Integer order)
        Setter for DB_ETERNAL.L_TENT.ORDER. 「order」- 排序
        Specified by:
        setOrder in interface ILTent
      • getLocationId

        public String getLocationId()
        Getter for DB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
        Specified by:
        getLocationId in interface ILTent
      • setLocationId

        public LTent setLocationId​(String locationId)
        Setter for DB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
        Specified by:
        setLocationId in interface ILTent
      • getYardId

        public String getYardId()
        Getter for DB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
        Specified by:
        getYardId in interface ILTent
      • setYardId

        public LTent setYardId​(String yardId)
        Setter for DB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
        Specified by:
        setYardId in interface ILTent
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface ILTent
      • setActive

        public LTent setActive​(Boolean active)
        Setter for DB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface ILTent
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.L_TENT.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface ILTent
      • setSigma

        public LTent setSigma​(String sigma)
        Setter for DB_ETERNAL.L_TENT.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface ILTent
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface ILTent
      • setLanguage

        public LTent setLanguage​(String language)
        Setter for DB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface ILTent
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface ILTent
      • setCreatedAt

        public LTent setCreatedAt​(LocalDateTime createdAt)
        Setter for DB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        setCreatedAt in interface ILTent
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface ILTent
      • setCreatedBy

        public LTent setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface ILTent
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface ILTent
      • setUpdatedAt

        public LTent setUpdatedAt​(LocalDateTime updatedAt)
        Setter for DB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        setUpdatedAt in interface ILTent
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface ILTent
      • setUpdatedBy

        public LTent setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface ILTent
      • from

        public void from​(ILTent from)
        Description copied from interface: ILTent
        Load data from another generated Record/POJO implementing the common interface ILTent
        Specified by:
        from in interface ILTent
      • into

        public <E extends ILTent> E into​(E into)
        Description copied from interface: ILTent
        Copy data into another generated Record/POJO implementing the common interface ILTent
        Specified by:
        into in interface ILTent