Uses of Class
com.sun.syndication.feed.atom.Person

Packages that use Person
com.sun.syndication.feed.atom   
 

Uses of Person in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return Person
 Person Feed.getAuthor()
          Returns the feed author.
 Person Entry.getAuthor()
          Returns the entry author.
 

Methods in com.sun.syndication.feed.atom with parameters of type Person
 void Feed.setAuthor(Person author)
          Sets the feed author.
 void Entry.setAuthor(Person author)
          Sets the author of the entry.
 



Copyright © 2004-2005 Sun Microsystems. All Rights Reserved.