Interface ITAssetIn

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

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

      • setKey

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

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

        ITAssetIn setCommentIn​(String value)
        Setter for DB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
      • getCommentIn

        String getCommentIn()
        Getter for DB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
      • from

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

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

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