Class XNotice

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.X_NOTICE.KEY. 「key」- 公告主键
        Specified by:
        getKey in interface IXNotice
      • setKey

        public XNotice setKey​(String key)
        Setter for DB_ETERNAL.X_NOTICE.KEY. 「key」- 公告主键
        Specified by:
        setKey in interface IXNotice
      • getName

        public String getName()
        Getter for DB_ETERNAL.X_NOTICE.NAME. 「name」- 公告标题
        Specified by:
        getName in interface IXNotice
      • setName

        public XNotice setName​(String name)
        Setter for DB_ETERNAL.X_NOTICE.NAME. 「name」- 公告标题
        Specified by:
        setName in interface IXNotice
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.X_NOTICE.CODE. 「code」- 公告编码
        Specified by:
        getCode in interface IXNotice
      • setCode

        public XNotice setCode​(String code)
        Setter for DB_ETERNAL.X_NOTICE.CODE. 「code」- 公告编码
        Specified by:
        setCode in interface IXNotice
      • getType

        public String getType()
        Getter for DB_ETERNAL.X_NOTICE.TYPE. 「type」- 公告类型
        Specified by:
        getType in interface IXNotice
      • setType

        public XNotice setType​(String type)
        Setter for DB_ETERNAL.X_NOTICE.TYPE. 「type」- 公告类型
        Specified by:
        setType in interface IXNotice
      • getStatus

        public String getStatus()
        Getter for DB_ETERNAL.X_NOTICE.STATUS. 「status」- 公告状态
        Specified by:
        getStatus in interface IXNotice
      • setStatus

        public XNotice setStatus​(String status)
        Setter for DB_ETERNAL.X_NOTICE.STATUS. 「status」- 公告状态
        Specified by:
        setStatus in interface IXNotice
      • getContent

        public String getContent()
        Getter for DB_ETERNAL.X_NOTICE.CONTENT. 「content」- 公告内容
        Specified by:
        getContent in interface IXNotice
      • setContent

        public XNotice setContent​(String content)
        Setter for DB_ETERNAL.X_NOTICE.CONTENT. 「content」- 公告内容
        Specified by:
        setContent in interface IXNotice
      • getExpiredAt

        public LocalDateTime getExpiredAt()
        Getter for DB_ETERNAL.X_NOTICE.EXPIRED_AT. 「createdAt」- 公告到期时间
        Specified by:
        getExpiredAt in interface IXNotice
      • setExpiredAt

        public XNotice setExpiredAt​(LocalDateTime expiredAt)
        Setter for DB_ETERNAL.X_NOTICE.EXPIRED_AT. 「createdAt」- 公告到期时间
        Specified by:
        setExpiredAt in interface IXNotice
      • getAppId

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

        public XNotice setAppId​(String appId)
        Setter for DB_ETERNAL.X_NOTICE.APP_ID. 「appId」- 所属应用ID
        Specified by:
        setAppId in interface IXNotice
      • getActive

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

        public XNotice setActive​(Boolean active)
        Setter for DB_ETERNAL.X_NOTICE.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IXNotice
      • getSigma

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

        public XNotice setSigma​(String sigma)
        Setter for DB_ETERNAL.X_NOTICE.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface IXNotice
      • getMetadata

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

        public XNotice setMetadata​(String metadata)
        Setter for DB_ETERNAL.X_NOTICE.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface IXNotice
      • getLanguage

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

        public XNotice setLanguage​(String language)
        Setter for DB_ETERNAL.X_NOTICE.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IXNotice
      • getCreatedAt

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

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

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

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

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

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

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

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