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 Entry.getAuthor()
          Returns the entry author.
 Person Feed.getAuthor()
          Returns the feed author.
 

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



Copyright © 2004 Sun Microsystems. All Rights Reserved.