Interface ITAssetOut

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

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

      • setKey

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

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

        ITAssetOut setCommentOut​(String value)
        Setter for DB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
      • getCommentOut

        String getCommentOut()
        Getter for DB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
      • setCommentUsage

        ITAssetOut setCommentUsage​(String value)
        Setter for DB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
      • getCommentUsage

        String getCommentUsage()
        Getter for DB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
      • from

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

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

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