Interface ITAssetKo

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

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

      • setKey

        ITAssetKo setKey​(String value)
        Setter for DB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
      • getKey

        String getKey()
        Getter for DB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
      • setCommentKo

        ITAssetKo setCommentKo​(String value)
        Setter for DB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
      • getCommentKo

        String getCommentKo()
        Getter for DB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
      • from

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

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

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