Class MultiFormAttachmentDto


  • public class MultiFormAttachmentDto
    extends Object
    MultiFormAttachmentDto
    • Constructor Detail

      • MultiFormAttachmentDto

        public MultiFormAttachmentDto()
    • Method Detail

      • getAttachmentName

        public String getAttachmentName()
        The name of the attachment.
        Returns:
        attachmentName
      • setAttachmentName

        public void setAttachmentName​(String attachmentName)
      • getAttachmentDescription

        public String getAttachmentDescription()
        The description of the attachment.
        Returns:
        attachmentDescription
      • setAttachmentDescription

        public void setAttachmentDescription​(String attachmentDescription)
      • getAttachmentType

        public String getAttachmentType()
        The type of the attachment.
        Returns:
        attachmentType
      • setAttachmentType

        public void setAttachmentType​(String attachmentType)
      • getUrl

        public String getUrl()
        The url to the remote content of the attachment.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • getContent

        public File getContent()
        The content of the attachment.
        Returns:
        content
      • setContent

        public void setContent​(File content)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object