|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyndPerson
Bean interface for authors and contributors of SyndFeedImpl feeds and entries.
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. |
Methods inherited from interface com.sun.syndication.feed.module.Extendable |
---|
getModule, getModules, setModules |
Method Detail |
---|
String getName()
void setName(String name)
String getUri()
void setUri(String uri)
String getEmail()
void setEmail(String email)
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |