Class XAttachment

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.X_ATTACHMENT.KEY. 「key」- 附件的ID值
        Specified by:
        getKey in interface IXAttachment
      • getStoreWay

        public String getStoreWay()
        Getter for DB_ETERNAL.X_ATTACHMENT.STORE_WAY. 「storeWay」- 存储方式,BLOB / FILE / TPL / REMOTE
        Specified by:
        getStoreWay in interface IXAttachment
      • setStoreWay

        public XAttachment setStoreWay​(String storeWay)
        Setter for DB_ETERNAL.X_ATTACHMENT.STORE_WAY. 「storeWay」- 存储方式,BLOB / FILE / TPL / REMOTE
        Specified by:
        setStoreWay in interface IXAttachment
      • getStatus

        public String getStatus()
        Getter for DB_ETERNAL.X_ATTACHMENT.STATUS. 「status」- 状态,PROGRESS / SUCCESS
        Specified by:
        getStatus in interface IXAttachment
      • setStatus

        public XAttachment setStatus​(String status)
        Setter for DB_ETERNAL.X_ATTACHMENT.STATUS. 「status」- 状态,PROGRESS / SUCCESS
        Specified by:
        setStatus in interface IXAttachment
      • getName

        public String getName()
        Getter for DB_ETERNAL.X_ATTACHMENT.NAME. 「name」- 文件名(带扩展名)
        Specified by:
        getName in interface IXAttachment
      • setName

        public XAttachment setName​(String name)
        Setter for DB_ETERNAL.X_ATTACHMENT.NAME. 「name」- 文件名(带扩展名)
        Specified by:
        setName in interface IXAttachment
      • getFileName

        public String getFileName()
        Getter for DB_ETERNAL.X_ATTACHMENT.FILE_NAME. 「fileName」- 原始文件名(不带扩展名)
        Specified by:
        getFileName in interface IXAttachment
      • setFileName

        public XAttachment setFileName​(String fileName)
        Setter for DB_ETERNAL.X_ATTACHMENT.FILE_NAME. 「fileName」- 原始文件名(不带扩展名)
        Specified by:
        setFileName in interface IXAttachment
      • getFileKey

        public String getFileKey()
        Getter for DB_ETERNAL.X_ATTACHMENT.FILE_KEY. 「fileKey」- TPL模式中的文件唯一的key(全局唯一)
        Specified by:
        getFileKey in interface IXAttachment
      • setFileKey

        public XAttachment setFileKey​(String fileKey)
        Setter for DB_ETERNAL.X_ATTACHMENT.FILE_KEY. 「fileKey」- TPL模式中的文件唯一的key(全局唯一)
        Specified by:
        setFileKey in interface IXAttachment
      • getFileUrl

        public String getFileUrl()
        Getter for DB_ETERNAL.X_ATTACHMENT.FILE_URL. 「fileUrl」- 该文件的下载链接(全局唯一)
        Specified by:
        getFileUrl in interface IXAttachment
      • setFileUrl

        public XAttachment setFileUrl​(String fileUrl)
        Setter for DB_ETERNAL.X_ATTACHMENT.FILE_URL. 「fileUrl」- 该文件的下载链接(全局唯一)
        Specified by:
        setFileUrl in interface IXAttachment
      • getFilePath

        public String getFilePath()
        Getter for DB_ETERNAL.X_ATTACHMENT.FILE_PATH. 「filePath」- 该文件的存储地址,FILE时使用
        Specified by:
        getFilePath in interface IXAttachment
      • setFilePath

        public XAttachment setFilePath​(String filePath)
        Setter for DB_ETERNAL.X_ATTACHMENT.FILE_PATH. 「filePath」- 该文件的存储地址,FILE时使用
        Specified by:
        setFilePath in interface IXAttachment
      • getExtension

        public String getExtension()
        Getter for DB_ETERNAL.X_ATTACHMENT.EXTENSION. 「extension」- 文件扩展名
        Specified by:
        getExtension in interface IXAttachment
      • getModule

        public String getModule()
        Getter for DB_ETERNAL.X_ATTACHMENT.MODULE. 「module」- 业务标识
        Specified by:
        getModule in interface IXAttachment
      • getMime

        public String getMime()
        Getter for DB_ETERNAL.X_ATTACHMENT.MIME. 「mime」- 该文件的MIME类型
        Specified by:
        getMime in interface IXAttachment
      • setMime

        public XAttachment setMime​(String mime)
        Setter for DB_ETERNAL.X_ATTACHMENT.MIME. 「mime」- 该文件的MIME类型
        Specified by:
        setMime in interface IXAttachment
      • getSize

        public Integer getSize()
        Getter for DB_ETERNAL.X_ATTACHMENT.SIZE. 「size」- 该文件的尺寸
        Specified by:
        getSize in interface IXAttachment
      • getActive

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

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

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

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

        public String getCreatedBy()
        Getter for DB_ETERNAL.X_ATTACHMENT.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IXAttachment
      • getUpdatedBy

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

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

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