Method Summary |
|
public Object | clone() Creates a deep 'bean' clone of the object. |
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. |
public String | getUrl() Returns the source URL. |
public String | getValue() Returns the source value. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setUrl(String url) Sets the source URL. |
public void | setValue(String value) Sets the source value. |
public String | toString() Returns the String representation for the object. |