Class Attachment

  • All Implemented Interfaces:
    java.io.Serializable

    public class Attachment
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private AttachmentType type  
      private java.lang.String url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Attachment()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        private java.lang.String url
      • name

        private java.lang.String name
    • Constructor Detail

      • Attachment

        public Attachment()