Class TAssetIn

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

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

      • TAssetIn

        public TAssetIn()
      • TAssetIn

        public TAssetIn​(ITAssetIn value)
      • TAssetIn

        public TAssetIn​(String key,
                        String commentIn)
      • TAssetIn

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

      • getKey

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

        public TAssetIn setKey​(String key)
        Setter for DB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
        Specified by:
        setKey in interface ITAssetIn
      • getCommentIn

        public String getCommentIn()
        Getter for DB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
        Specified by:
        getCommentIn in interface ITAssetIn
      • setCommentIn

        public TAssetIn setCommentIn​(String commentIn)
        Setter for DB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
        Specified by:
        setCommentIn in interface ITAssetIn
      • from

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

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