Class Sitemap.Link

  • Enclosing class:
    Sitemap

    public class Sitemap.Link
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Link​(java.lang.String path, java.lang.String title, int level)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLevel()  
      java.lang.String getPath()  
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Link

        public Link​(java.lang.String path,
                    java.lang.String title,
                    int level)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getLevel

        public int getLevel()
      • getTitle

        public java.lang.String getTitle()