Class SendingAttachment

java.lang.Object
io.jmix.email.entity.SendingAttachment
All Implemented Interfaces:
Serializable

@Entity(name="email_SendingAttachment") public class SendingAttachment extends Object implements Serializable
See Also:
  • Field Details

    • message

      protected SendingMessage message
    • content

      protected byte[] content
      Attachment data is stored either in this field or in contentFile
    • contentFile

      protected FileRef contentFile
    • name

      protected String name
    • contentId

      protected String contentId
    • disposition

      protected String disposition
    • encoding

      protected String encoding
    • sysTenantId

      protected String sysTenantId
  • Constructor Details

    • SendingAttachment

      public SendingAttachment()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getCreateTs

      public Date getCreateTs()
    • setCreateTs

      public void setCreateTs(Date createTs)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getUpdateTs

      public Date getUpdateTs()
    • setUpdateTs

      public void setUpdateTs(Date updateTs)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getDeleteTs

      public Date getDeleteTs()
    • setDeleteTs

      public void setDeleteTs(Date deleteTs)
    • getDeletedBy

      public String getDeletedBy()
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
    • getMessage

      public SendingMessage getMessage()
    • setMessage

      public void setMessage(SendingMessage message)
    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getContentId

      public String getContentId()
    • setContentId

      public void setContentId(String contentId)
    • getDisposition

      public String getDisposition()
    • setDisposition

      public void setDisposition(String disposition)
    • getEncoding

      public String getEncoding()
    • setEncoding

      public void setEncoding(String encoding)
    • getContentFile

      public FileRef getContentFile()
    • setContentFile

      public void setContentFile(FileRef contentFile)
    • getSysTenantId

      public String getSysTenantId()
    • setSysTenantId

      public void setSysTenantId(String sysTenantId)