Uses of Class
org.apache.juneau.bean.atom.CommonEntry
Packages that use CommonEntry
- 
Uses of CommonEntry in org.apache.juneau.bean.atomSubclasses of CommonEntry in org.apache.juneau.bean.atomModifier and TypeClassDescriptionclassRepresents an individual entry within an Atom feed or as a standalone Atom document.classRepresents a top-level Atom feed document.classRepresents metadata from the source feed when an entry is copied from one feed to another.Methods in org.apache.juneau.bean.atom that return CommonEntryModifier and TypeMethodDescriptionCommonEntry.setAuthors(Person... value) Bean property setter:authors .CommonEntry.setCategories(Category... value) Bean property setter:categories .CommonEntry.setContributors(Person... value) Bean property setter:contributors .Bean property fluent setter:id .Bean property setter:id .Bean property setter:links .Bean property fluent setter:rights .Bean property setter:rights .Bean property fluent setter:title .Bean property setter:title .CommonEntry.setUpdated(String value) Bean property fluent setter:updated .CommonEntry.setUpdated(Calendar value) Bean property setter:updated .