Interface ILYard

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

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

      • setKey

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

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

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

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

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

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

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

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

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

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

        ILYard setLocationId​(String value)
        Setter for DB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID
      • getLocationId

        String getLocationId()
        Getter for DB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID
      • setActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        default ILYard 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