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 | getDescription() Returns the text input description. |
public String | getLink() Returns the text input link. |
public String | getName() Returns the text input name. |
public String | getTitle() Returns the text input title. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setDescription(String description) Sets the text input description. |
public void | setLink(String link) Sets the text input link. |
public void | setName(String name) Sets the text input name. |
public void | setTitle(String title) Sets the text input title. |
public String | toString() Returns the String representation for the object. |