Class Link


  • public final class Link
    extends Object
    A Link represents a navigational transition.
    • Method Detail

      • getRel

        public String[] getRel()
        Returns the rel attribute.
        Returns:
      • setRel

        public void setRel​(String[] rel)
        Sets the rel attribute.
        Parameters:
        rel -
      • getHref

        public String getHref()
        Returns the href attribute.
        Returns:
      • setHref

        public void setHref​(String href)
        Sets the href attribute.
        Parameters:
        href -
      • getTitle

        public String getTitle()
        Returns the title attribute.
        Returns:
      • setTitle

        public void setTitle​(String title)
        Sets the title attribute.
        Parameters:
        title -
      • getType

        public String getType()
        Returns the type attribute.
        Returns:
      • setType

        public void setType​(String type)
        Sets the type attribute.
        Parameters:
        type -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object