Uses of Class
org.apache.juneau.bean.atom.Person
Packages that use Person
- 
Uses of Person in org.apache.juneau.bean.atomMethods in org.apache.juneau.bean.atom that return PersonModifier and TypeMethodDescriptionPerson[]CommonEntry.getAuthors()Bean property getter:authors .Person[]CommonEntry.getContributors()Bean property getter:contributors .static final PersonCreates aPersonelement with the specifiedsetName(String)attribute.Bean property setter:email .Bean property setter:name .Bean property setter:uri .Methods in org.apache.juneau.bean.atom with parameters of type PersonModifier and TypeMethodDescriptionCommonEntry.setAuthors(Person... value) Bean property setter:authors .Entry.setAuthors(Person... value) Feed.setAuthors(Person... value) Source.setAuthors(Person... value) CommonEntry.setContributors(Person... value) Bean property setter:contributors .Entry.setContributors(Person... value) Feed.setContributors(Person... value) Source.setContributors(Person... value)