Class NavigationHistory.Location

  • Enclosing class:
    NavigationHistory

    private static class NavigationHistory.Location
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String href  
    • Constructor Summary

      Constructors 
      Constructor Description
      Location​(java.lang.String href)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHref()  
      void setHref​(java.lang.String href)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • href

        private java.lang.String href
    • Constructor Detail

      • Location

        public Location​(java.lang.String href)
    • Method Detail

      • setHref

        public void setHref​(java.lang.String href)
      • getHref

        public java.lang.String getHref()