Class Link

java.lang.Object
com.adobe.reef.siren.Link

public final class Link extends Object
A Link represents a navigational transition.
  • Constructor Details

  • Method Details

    • 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 -
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object