Class OfflineLink

    • Constructor Detail

      • OfflineLink

        public OfflineLink()
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Method equals.
        Overrides:
        equals in class Object
        Parameters:
        other - a other object.
        Returns:
        boolean
      • getLocation

        public String getLocation()
        Get the location of the link.
        Returns:
        String
      • getUrl

        public String getUrl()
        Get the url of the link.
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        int
      • setLocation

        public void setLocation​(String location)
        Set the location of the link.
        Parameters:
        location - a location object.
      • setUrl

        public void setUrl​(String url)
        Set the url of the link.
        Parameters:
        url - a url object.
      • toString

        public String toString()
        Method toString.
        Overrides:
        toString in class Object
        Returns:
        String