com.sun.syndication.feed.synd
public interface SyndPerson extends Cloneable
Method Summary | |
---|---|
Object | clone()
Creates a deep clone of the object.
|
String | getEmail()
Returns email of person. |
String | getName()
Returns name of person |
String | getUri()
Returns URI of person. |
void | setEmail(String email)
Sets email of person. |
void | setName(String name)
Sets name of person. |
void | setUri(String uri)
Sets URI of person. |
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.