Class TAssetKo

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

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

      • TAssetKo

        public TAssetKo()
      • TAssetKo

        public TAssetKo​(ITAssetKo value)
      • TAssetKo

        public TAssetKo​(String key,
                        String commentKo)
      • TAssetKo

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

      • getKey

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

        public TAssetKo setKey​(String key)
        Setter for DB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
        Specified by:
        setKey in interface ITAssetKo
      • getCommentKo

        public String getCommentKo()
        Getter for DB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
        Specified by:
        getCommentKo in interface ITAssetKo
      • setCommentKo

        public TAssetKo setCommentKo​(String commentKo)
        Setter for DB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
        Specified by:
        setCommentKo in interface ITAssetKo
      • from

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

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