Package lumis.search

Class SearchContentAttachment

    • Constructor Detail

      • SearchContentAttachment

        public SearchContentAttachment()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Returns the name for this attachment.
        Returns:
        the name.
        Since:
        4.2.2
      • setName

        public void setName​(String name)
        Deprecated.
        Sets the name for this attachment.
        Parameters:
        name - the name.
        Since:
        4.2.2
      • getContentType

        public String getContentType()
        Deprecated.
        Returns the MIME content type for this attachment.
        Returns:
        the MIME content type.
        Since:
        4.2.2
      • setContentType

        public void setContentType​(String contentType)
        Deprecated.
        Sets the MIME content type for this attachment.
        Parameters:
        contentType - the MIME content type.
        Since:
        4.2.2
      • getContent

        public byte[] getContent()
        Deprecated.
        Returns the content data for this attachment.
        Returns:
        the content data for this attachment.
        Since:
        4.2.2
      • setContent

        public void setContent​(byte[] content)
        Deprecated.
        Sets the content data for this attachment.
        Parameters:
        content - the content data.
        Since:
        4.2.2
      • getUrl

        public String getUrl()
        Deprecated.
        Returns the URL for this attachment.
        Returns:
        url the URL or null if no URL was specified for this attachment.
        Since:
        4.2.2
      • setUrl

        public void setUrl​(String url)
        Deprecated.
        Sets the URL for this attachment.
        Parameters:
        url - the URL.
        Since:
        4.2.2