Interface WebDescriptor

    • Method Detail

      • getLargeIconUri

        String getLargeIconUri()
        Return the relative URI to the large icon for this descriptor.
      • setLargeIconUri

        void setLargeIconUri​(String largeIconUri)
      • getSmallIconUri

        String getSmallIconUri()
        Return the relative URI to the small icon for this descriptor.
      • setSmallIconUri

        void setSmallIconUri​(String smallIconUri)
      • getName

        String getName()
        Return the human readable display name of this descriptor.
      • setName

        void setName​(String name)
      • getDescription

        String getDescription()
        Return a human readable description of this entity.
      • setDescription

        void setDescription​(String description)