Method Summary |
|
abstract public Object | clone() Creates a deep 'bean' clone of the object. |
abstract public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. |
abstract public String | getHref() Returns the link href. |
abstract public String | getHreflang() |
abstract public long | getLength() |
abstract public String | getRel() Returns the link rel. |
abstract public String | getTitle() Returns the link title. |
abstract public String | getType() Returns the link type. |
abstract public int | hashCode() Returns a hashcode value for the object. |
abstract public void | setHref(String href) Sets the link href. |
abstract public void | setHreflang(String hreflang) |
abstract public void | setLength(long length) |
abstract public void | setRel(String rel) Sets the link rel. |
abstract public void | setTitle(String title) Sets the link title. |
abstract public void | setType(String type) Sets the link type. |
abstract public String | toString() Returns the String representation for the object. |