Class FilePartData

java.lang.Object
de.xima.fc.mdl.mail.data.FilePartData
All Implemented Interfaces:
Serializable

public class FilePartData extends Object implements Serializable
Class for storing informations and data for an mail-bodypart based on an file
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getContentType

      public String getContentType()
      Returns:
      the contentType
    • setContentType

      public void setContentType(String contentType)
      Parameters:
      contentType - the contentType to set
    • getData

      public byte[] getData()
      Returns:
      the data
    • setData

      public void setData(byte[] data)
      Parameters:
      data - the data to set