Class IMessageTpl

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.KEY. 「key」- 模板唯一主键
        Specified by:
        getKey in interface IIMessageTpl
      • getName

        public String getName()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.NAME. 「name」- 模板名称
        Specified by:
        getName in interface IIMessageTpl
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.CODE. 「code」- 模板编码
        Specified by:
        getCode in interface IIMessageTpl
      • getType

        public String getType()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.TYPE. 「type」- 模板类型
        Specified by:
        getType in interface IIMessageTpl
      • getExprSubject

        public String getExprSubject()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_SUBJECT. 「exprSubject」- 模板标题,支持表达式
        Specified by:
        getExprSubject in interface IIMessageTpl
      • setExprSubject

        public IMessageTpl setExprSubject​(String exprSubject)
        Setter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_SUBJECT. 「exprSubject」- 模板标题,支持表达式
        Specified by:
        setExprSubject in interface IIMessageTpl
      • getExprContent

        public String getExprContent()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_CONTENT. 「exprContent」- 模板内容,支持表达式
        Specified by:
        getExprContent in interface IIMessageTpl
      • setExprContent

        public IMessageTpl setExprContent​(String exprContent)
        Setter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_CONTENT. 「exprContent」- 模板内容,支持表达式
        Specified by:
        setExprContent in interface IIMessageTpl
      • getExprComponent

        public String getExprComponent()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_COMPONENT. 「exprComponent」- 模板扩展处理程序,Java类名
        Specified by:
        getExprComponent in interface IIMessageTpl
      • setExprComponent

        public IMessageTpl setExprComponent​(String exprComponent)
        Setter for DB_ETERNAL.I_MESSAGE_TPL.EXPR_COMPONENT. 「exprComponent」- 模板扩展处理程序,Java类名
        Specified by:
        setExprComponent in interface IIMessageTpl
      • getAppId

        public String getAppId()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.APP_ID. 「appId」- 所属应用ID
        Specified by:
        getAppId in interface IIMessageTpl
      • getActive

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

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

        public String getMetadata()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.METADATA. 「metadata」- 附加配置
        Specified by:
        getMetadata in interface IIMessageTpl
      • getLanguage

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

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

        public String getCreatedBy()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IIMessageTpl
      • getUpdatedAt

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

        public String getUpdatedBy()
        Getter for DB_ETERNAL.I_MESSAGE_TPL.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface IIMessageTpl
      • from

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

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