Class OfflineLink

  • All Implemented Interfaces:
    java.io.Serializable

    public class OfflineLink
    extends java.lang.Object
    implements java.io.Serializable
    An offline link parameter.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OfflineLink()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getLocation()
      Get the location of the link.
      java.lang.String getUrl()
      Get the url of the link.
      int hashCode()
      Method hashCode.
      void setLocation​(java.lang.String location)
      Set the location of the link.
      void setUrl​(java.lang.String url)
      Set the url of the link.
      java.lang.String toString()
      Method toString.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OfflineLink

        public OfflineLink()
    • Method Detail

      • equals

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

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

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

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

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

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

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