Class TAssetOut

  • All Implemented Interfaces:
    ITAssetOut, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class TAssetOut
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITAssetOut
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Constructor Detail

      • TAssetOut

        public TAssetOut()
      • TAssetOut

        public TAssetOut​(ITAssetOut value)
      • TAssetOut

        public TAssetOut​(io.vertx.core.json.JsonObject json)
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)
        Specified by:
        getKey in interface ITAssetOut
      • setKey

        public TAssetOut setKey​(String key)
        Setter for DB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)
        Specified by:
        setKey in interface ITAssetOut
      • getCommentOut

        public String getCommentOut()
        Getter for DB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
        Specified by:
        getCommentOut in interface ITAssetOut
      • setCommentOut

        public TAssetOut setCommentOut​(String commentOut)
        Setter for DB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
        Specified by:
        setCommentOut in interface ITAssetOut
      • getCommentUsage

        public String getCommentUsage()
        Getter for DB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
        Specified by:
        getCommentUsage in interface ITAssetOut
      • setCommentUsage

        public TAssetOut setCommentUsage​(String commentUsage)
        Setter for DB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
        Specified by:
        setCommentUsage in interface ITAssetOut
      • from

        public void from​(ITAssetOut from)
        Description copied from interface: ITAssetOut
        Load data from another generated Record/POJO implementing the common interface ITAssetOut
        Specified by:
        from in interface ITAssetOut
      • into

        public <E extends ITAssetOut> E into​(E into)
        Description copied from interface: ITAssetOut
        Copy data into another generated Record/POJO implementing the common interface ITAssetOut
        Specified by:
        into in interface ITAssetOut