Class SPacket

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.S_PACKET.KEY. 「key」- 包信息
        Specified by:
        getKey in interface ISPacket
      • setKey

        public SPacket setKey​(String key)
        Setter for DB_ETERNAL.S_PACKET.KEY. 「key」- 包信息
        Specified by:
        setKey in interface ISPacket
      • getPathId

        public String getPathId()
        Getter for DB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系
        Specified by:
        getPathId in interface ISPacket
      • setPathId

        public SPacket setPathId​(String pathId)
        Setter for DB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系
        Specified by:
        setPathId in interface ISPacket
      • getResourceId

        public String getResourceId()
        Getter for DB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id
        Specified by:
        getResourceId in interface ISPacket
      • setResourceId

        public SPacket setResourceId​(String resourceId)
        Setter for DB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id
        Specified by:
        setResourceId in interface ISPacket
      • getRowType

        public String getRowType()
        Getter for DB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型
        Specified by:
        getRowType in interface ISPacket
      • setRowType

        public SPacket setRowType​(String rowType)
        Setter for DB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型
        Specified by:
        setRowType in interface ISPacket
      • getRowField

        public String getRowField()
        Getter for DB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入
        Specified by:
        getRowField in interface ISPacket
      • setRowField

        public SPacket setRowField​(String rowField)
        Setter for DB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入
        Specified by:
        setRowField in interface ISPacket
      • getRowTpl

        public String getRowTpl()
        Getter for DB_ETERNAL.S_PACKET.ROW_TPL. 「rowTpl」- 多字段的模板
        Specified by:
        getRowTpl in interface ISPacket
      • setRowTpl

        public SPacket setRowTpl​(String rowTpl)
        Setter for DB_ETERNAL.S_PACKET.ROW_TPL. 「rowTpl」- 多字段的模板
        Specified by:
        setRowTpl in interface ISPacket
      • getRowTplMapping

        public String getRowTplMapping()
        Getter for DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系
        Specified by:
        getRowTplMapping in interface ISPacket
      • setRowTplMapping

        public SPacket setRowTplMapping​(String rowTplMapping)
        Setter for DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系
        Specified by:
        setRowTplMapping in interface ISPacket
      • getColType

        public String getColType()
        Getter for DB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型
        Specified by:
        getColType in interface ISPacket
      • setColType

        public SPacket setColType​(String colType)
        Setter for DB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型
        Specified by:
        setColType in interface ISPacket
      • getColConfig

        public String getColConfig()
        Getter for DB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置
        Specified by:
        getColConfig in interface ISPacket
      • setColConfig

        public SPacket setColConfig​(String colConfig)
        Setter for DB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置
        Specified by:
        setColConfig in interface ISPacket
      • getCondTpl

        public String getCondTpl()
        Getter for DB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板
        Specified by:
        getCondTpl in interface ISPacket
      • setCondTpl

        public SPacket setCondTpl​(String condTpl)
        Setter for DB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板
        Specified by:
        setCondTpl in interface ISPacket
      • getCondTplMapping

        public String getCondTplMapping()
        Getter for DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系
        Specified by:
        getCondTplMapping in interface ISPacket
      • setCondTplMapping

        public SPacket setCondTplMapping​(String condTplMapping)
        Setter for DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系
        Specified by:
        setCondTplMapping in interface ISPacket
      • getCondConfig

        public String getCondConfig()
        Getter for DB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关)
        Specified by:
        getCondConfig in interface ISPacket
      • setCondConfig

        public SPacket setCondConfig​(String condConfig)
        Setter for DB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关)
        Specified by:
        setCondConfig in interface ISPacket
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.S_PACKET.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface ISPacket
      • setSigma

        public SPacket setSigma​(String sigma)
        Setter for DB_ETERNAL.S_PACKET.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface ISPacket
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface ISPacket
      • setLanguage

        public SPacket setLanguage​(String language)
        Setter for DB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface ISPacket
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.S_PACKET.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface ISPacket
      • setActive

        public SPacket setActive​(Boolean active)
        Setter for DB_ETERNAL.S_PACKET.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface ISPacket
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据
        Specified by:
        getMetadata in interface ISPacket
      • setMetadata

        public SPacket setMetadata​(String metadata)
        Setter for DB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface ISPacket
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.S_PACKET.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface ISPacket
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface ISPacket
      • setCreatedBy

        public SPacket setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface ISPacket
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.S_PACKET.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface ISPacket
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface ISPacket
      • setUpdatedBy

        public SPacket setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface ISPacket
      • from

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

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