Interface ILFloor

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    LFloor, LFloorRecord

    public interface ILFloor
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        ILFloor setKey​(String value)
        Setter for DB_ETERNAL.L_FLOOR.KEY. 「key」- 主键
      • getKey

        String getKey()
        Getter for DB_ETERNAL.L_FLOOR.KEY. 「key」- 主键
      • setName

        ILFloor setName​(String value)
        Setter for DB_ETERNAL.L_FLOOR.NAME. 「name」- 名称
      • getName

        String getName()
        Getter for DB_ETERNAL.L_FLOOR.NAME. 「name」- 名称
      • setCode

        ILFloor setCode​(String value)
        Setter for DB_ETERNAL.L_FLOOR.CODE. 「code」- 编码
      • getCode

        String getCode()
        Getter for DB_ETERNAL.L_FLOOR.CODE. 「code」- 编码
      • setMetadata

        ILFloor setMetadata​(String value)
        Setter for DB_ETERNAL.L_FLOOR.METADATA. 「metadata」- 附加配置
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.L_FLOOR.METADATA. 「metadata」- 附加配置
      • setOrder

        ILFloor setOrder​(Integer value)
        Setter for DB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序
      • getOrder

        Integer getOrder()
        Getter for DB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序
      • setTentId

        ILFloor setTentId​(String value)
        Setter for DB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID
      • getTentId

        String getTentId()
        Getter for DB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID
      • setActive

        ILFloor setActive​(Boolean value)
        Setter for DB_ETERNAL.L_FLOOR.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.L_FLOOR.ACTIVE. 「active」- 是否启用
      • setSigma

        ILFloor setSigma​(String value)
        Setter for DB_ETERNAL.L_FLOOR.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.L_FLOOR.SIGMA. 「sigma」- 统一标识
      • setLanguage

        ILFloor setLanguage​(String value)
        Setter for DB_ETERNAL.L_FLOOR.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.L_FLOOR.LANGUAGE. 「language」- 使用的语言
      • setCreatedAt

        ILFloor setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.L_FLOOR.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.L_FLOOR.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        ILFloor setCreatedBy​(String value)
        Setter for DB_ETERNAL.L_FLOOR.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.L_FLOOR.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        ILFloor setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.L_FLOOR.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.L_FLOOR.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        ILFloor setUpdatedBy​(String value)
        Setter for DB_ETERNAL.L_FLOOR.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.L_FLOOR.UPDATED_BY. 「updatedBy」- 更新人
      • from

        void from​(ILFloor from)
        Load data from another generated Record/POJO implementing the common interface ILFloor
      • into

        <E extends ILFloor> E into​(E into)
        Copy data into another generated Record/POJO implementing the common interface ILFloor
      • fromJson

        default ILFloor fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo