Class AttachmentDetail

    • Constructor Detail

      • AttachmentDetail

        public AttachmentDetail()
    • Method Detail

      • getPhysicalName

        public String getPhysicalName()
      • setPhysicalName

        public void setPhysicalName​(String physicalName)
      • getLogicalName

        public String getLogicalName()
      • setLogicalName

        public void setLogicalName​(String logicalName)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • setContext

        public void setContext​(String context)
      • getContext

        public String getContext()
      • setAuthor

        public void setAuthor​(String author)
      • getAuthor

        public String getAuthor()
      • setTitle

        public void setTitle​(String title)
      • getTitle

        public String getTitle()
      • setDescription

        public void setDescription​(String info)
      • getDescription

        public String getDescription()
      • setInstanceId

        public void setInstanceId​(String instanceId)
      • getInstanceId

        public String getInstanceId()
      • getLanguage

        protected String getLanguage​(String language)
      • getAttachmentPath

        public String getAttachmentPath()
        Return the path to the attachment file.
        Returns:
        the path to the attachment file.
      • getImportUpdateRule

        public String getImportUpdateRule()
      • getXmlForm

        public String getXmlForm()
      • setXmlForm

        public void setXmlForm​(String xmlForm)
      • isRemoveAfterImport

        public boolean isRemoveAfterImport()
      • setRemoveAfterImport

        public void setRemoveAfterImport​(boolean removeAfterImport)
      • setOriginalPath

        public void setOriginalPath​(String originalPath)
      • getOriginalPath

        public String getOriginalPath()