Class LFloor

  • All Implemented Interfaces:
    ILFloor, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class LFloor
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILFloor
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

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

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

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

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

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

        public LFloor setCode​(String code)
        Setter for DB_ETERNAL.L_FLOOR.CODE. 「code」- 编码
        Specified by:
        setCode in interface ILFloor
      • getMetadata

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

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

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

        public LFloor setOrder​(Integer order)
        Setter for DB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序
        Specified by:
        setOrder in interface ILFloor
      • getTentId

        public String getTentId()
        Getter for DB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID
        Specified by:
        getTentId in interface ILFloor
      • setTentId

        public LFloor setTentId​(String tentId)
        Setter for DB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID
        Specified by:
        setTentId in interface ILFloor
      • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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