com.sun.syndication.feed.synd

Interface SyndPerson

public interface SyndPerson extends Cloneable

Bean interface for authors and contributors of SyndFeedImpl feeds and entries.

Author: Dave Johnson

Method Summary
Objectclone()
Creates a deep clone of the object.
StringgetEmail()
Returns email of person.
StringgetName()
Returns name of person
StringgetUri()
Returns URI of person.
voidsetEmail(String email)
Sets email of person.
voidsetName(String name)
Sets name of person.
voidsetUri(String uri)
Sets URI of person.

Method Detail

clone

public Object clone()
Creates a deep clone of the object.

Returns: a clone of the object.

Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.

getEmail

public String getEmail()
Returns email of person.

getName

public String getName()
Returns name of person

getUri

public String getUri()
Returns URI of person.

setEmail

public void setEmail(String email)
Sets email of person.

setName

public void setName(String name)
Sets name of person.

setUri

public void setUri(String uri)
Sets URI of person.
Copyright © Sun Microsystems. All Rights Reserved.