Class FTMCMaterialAttachmentDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCMaterialAttachmentDTO

public class FTMCMaterialAttachmentDTO extends Object
DTO to hold data of a material attachment
  • Field Details

    • materialNumber

      public String materialNumber

      The number of the material the attachment should be associated with.

      length=50

    • attachmentDescription

      public String attachmentDescription

      A description of the attachment.

      length=1000

    • attachmentData

      public byte[] attachmentData

      The actual data of the attachment. If not set, the 'fileName' will be treated like an URL.

    • fileName

      public String fileName

      Name or path to the file. A path can be an URL to a reachable server file or an URL.

      length=250

    • fileDate

      public FTMCTimestampDTO fileDate

      Date at which the attachment was last changed.

    • encoding

      public String encoding

      Encoding of the attachment. Needed when attachment is a text document.

      length=50

    • mimeType

      public String mimeType

      MIME type of the attachment

      length=50

  • Constructor Details

    • FTMCMaterialAttachmentDTO

      public FTMCMaterialAttachmentDTO()