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 | getEmail() Returns the person's e-mail address. |
public String | getName() Returns the person name. |
public String | getUri() Returns the person's URI. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setEmail(String email) Sets the person's e-mail address. |
public void | setName(String name) Sets the category name. |
public void | setUri(String uri) Sets the person's URI. |
public String | toString() Returns the String representation for the object. |