Class EmbeddedAttachment

java.lang.Object
com.avoka.fc.core.service.EmbeddedAttachment
All Implemented Interfaces:
Serializable

public class EmbeddedAttachment extends Object implements Serializable
Provides a Embedded Attachment value object that can be serialised via the network.
See Also:
  • Constructor Details

  • Method Details

    • getFilename

      public String getFilename()
      Return the file name.
      Returns:
      file name
    • getFileBytes

      public byte[] getFileBytes()
      Return the file byte array.
      Returns:
      the file byte array
    • getContentType

      public String getContentType()
      Return the file content type (mime type).
      Returns:
      the file content type
    • getUploadType

      public String getUploadType()
      Returns:
      the upload type
    • isPDFForm

      public boolean isPDFForm()
      Return whether it is a PDF form.
      Returns:
      true if it is a PDF form