Class BrowseNodeImpl

    • Constructor Detail

      • BrowseNodeImpl

        public BrowseNodeImpl​(String description,
                              long id)
        Parameters:
        description - description of this BrowseNode.
        id - id of this BrowseNode
      • BrowseNodeImpl

        public BrowseNodeImpl​(String description,
                              long id,
                              String fallbackURI)
        Parameters:
        description - description of this BrowseNode.
        id - id of this BrowseNode
        fallbackURI - fallbackURI
    • Method Detail

      • getId

        public long getId()
        Description copied from interface: BrowseNode
        Id.
        Specified by:
        getId in interface BrowseNode
        Returns:
        id
      • getFallbackURI

        public URI getFallbackURI()
        Description copied from interface: BrowseNode
        Fallback URI to be shown in regular web browser.
        Specified by:
        getFallbackURI in interface BrowseNode
        Returns:
        a non-null URI, if available