Class Attachment


  • public class Attachment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Attachment()  
    • Constructor Detail

      • Attachment

        public Attachment()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getContentType

        public java.lang.String getContentType()
      • setContentType

        public void setContentType​(java.lang.String contentType)
      • getData

        public byte[] getData()
      • setData

        public void setData​(byte[] data)
      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)