Class MetadataSet

    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Retrieves the name.
        Returns:
        the name.
      • setName

        public void setName​(String name)
        Deprecated.
        Set the name.
        Parameters:
        name - the name.
      • setLabel

        public void setLabel​(I18nizableText label)
        Deprecated.
        Set the label.
        Parameters:
        label - the label.
      • setDescription

        public void setDescription​(I18nizableText description)
        Deprecated.
        Set the description.
        Parameters:
        description - the description.
      • getIconGlyph

        public String getIconGlyph()
        Deprecated.
        Retrieves the CSS class to use for glyph icon
        Returns:
        the glyph name.
      • setIconGlyph

        public void setIconGlyph​(String iconGlyph)
        Deprecated.
        Set the CSS class to use for glyph icon
        Parameters:
        iconGlyph - the glyph name.
      • getIconDecorator

        public String getIconDecorator()
        Deprecated.
        Retrieves the CSS class to use for decorator above the main icon
        Returns:
        the glyph name.
      • setIconDecorator

        public void setIconDecorator​(String iconDecorator)
        Deprecated.
        Set the CSS class to use for decorator above the main icon
        Parameters:
        iconDecorator - the glyph name.
      • getSmallIcon

        public String getSmallIcon()
        Deprecated.
        Retrieves the URL of the small icon without the context path.
        Returns:
        the icon URL for the small image 16x16.
      • setSmallIcon

        public void setSmallIcon​(String smallIcon)
        Deprecated.
        Set the URL of the small icon.
        Parameters:
        smallIcon - the URL of the small icon, without the context path.
      • getMediumIcon

        public String getMediumIcon()
        Deprecated.
        Retrieves the URL of the small icon without the context path.
        Returns:
        the icon URL for the medium sized image 32x32.
      • setMediumIcon

        public void setMediumIcon​(String mediumIcon)
        Deprecated.
        Set the URL of the medium icon.
        Parameters:
        mediumIcon - the URL of the medium icon, without the context path.
      • getLargeIcon

        public String getLargeIcon()
        Deprecated.
        Retrieves the URL of the small icon without the context path.
        Returns:
        the icon URL for the large image 48x48.
      • setLargeIcon

        public void setLargeIcon​(String largeIcon)
        Deprecated.
        Set the URL of the large icon.
        Parameters:
        largeIcon - the URL of the large icon, without the context path.
      • isEdition

        public boolean isEdition()
        Deprecated.
        Tests if this is an edition metadata set.
        Returns:
        true if this is an edition metadata set, false otherwise.
      • setEdition

        public void setEdition​(boolean edition)
        Deprecated.
        Set the edition metadata set status.
        Parameters:
        edition - true if this is an edition metadata set, false otherwise.
      • isInternal

        public boolean isInternal()
        Deprecated.
        Returns true if this metadataSet is for internal use only.
        Returns:
        true if this metadataSet is for internal use only.
      • setInternal

        public void setInternal​(boolean isInternal)
        Deprecated.
        Set the internal status.
        Parameters:
        isInternal - true if this metadataSet is for internal use only, false otherwise.