Class Attachment

java.lang.Object
overit.geocall.mail.Attachment
All Implemented Interfaces:
DataSource
Direct Known Subclasses:
DBAttachment, ObjectAttachment, TemporaryFileAttachment

public abstract class Attachment extends Object implements DataSource
This is an abstract class that manages the type, name and code of an Attachment
  • Field Details

    • _contentType

      protected String _contentType
    • _fileName

      protected String _fileName
    • _code

      protected String _code
    • _type

      protected String _type
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details