Class AttachmentDTO

java.lang.Object
com.eurodyn.qlack.fuse.mailing.dto.AttachmentDTO
All Implemented Interfaces:
Serializable

public class AttachmentDTO extends Object implements Serializable
Data Transfer Object for Attachment.
Author:
European Dynamics SA.
See Also:
  • Constructor Details

    • AttachmentDTO

      public AttachmentDTO(String id, String filename, String contentType)
      Parameterized Constructor
      Parameters:
      id - The ID of the attachment
      filename - The file name to be attached
      contentType - The content type for attachment
  • Method Details