http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
index 9d17d2d..8f6f53e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Entry (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Entry (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)</title>
<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,13 +12,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Entry (Apache Juneau (incubating)
6.0.1-incubating-SNAPSHOT)";
+ parent.document.title="Entry (Apache Juneau (incubating)
6.0.2-incubating-SNAPSHOT)";
}
}
catch(err) {
}
//-->
-var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10};
+var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -120,7 +120,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre><a href="../../../../../org/apache/juneau/annotation/Bean.html"
title="annotation in org.apache.juneau.annotation">@Bean</a>(<a
href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="entry")
-public class <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.51">Entry</a>
+public class <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.50">Entry</a>
extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre>
<div class="block">Represents an <code>atomEntry</code> construct in the
RFC4287 specification.
<p>
@@ -145,12 +145,7 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
}
</p>
<p>
- Refer to <a
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
for further information about ATOM support.
- </p></div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>James Bognar ([email protected])</dd>
-</dl>
+ Refer to <a
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
for further information about ATOM support.</div>
</li>
</ul>
</div>
@@ -180,6 +175,13 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
<div class="block">Normal constructor.</div>
</td>
</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#Entry-java.lang.String-java.lang.String-java.lang.String-">Entry</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> id,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> title,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> updated)</code>
+<div class="block">Normal constructor.</div>
+</td>
+</tr>
</table>
</li>
</ul>
@@ -197,133 +199,139 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#addAuthors-org.apache.juneau.dto.atom.Person...-">addAuthors</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... authors)</code>
-<div class="block">Adds one or more authors to the list of authors of this
object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#authors-org.apache.juneau.dto.atom.Person...-">authors</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... authors)</code>
+<div class="block">Sets the list of authors for this object.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>... categories)</code>
-<div class="block">Adds one or more categories to the list of categories of
this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#base-java.net.URI-">base</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true"
title="class or interface in java.net">URI</a> base)</code>
+<div class="block">Sets the URI base of this object.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#addContributors-org.apache.juneau.dto.atom.Person...-">addContributors</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... contributors)</code>
-<div class="block">Adds one or more contributors to the list of contributors
of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>... categories)</code>
+<div class="block">Sets the list of categories of this object.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#addLinks-org.apache.juneau.dto.atom.Link...-">addLinks</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>... links)</code>
-<div class="block">Adds one or more links to the list of links of this
object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#content-org.apache.juneau.dto.atom.Content-">content</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> content)</code>
+<div class="block">Sets the content of this entry.</div>
</td>
</tr>
<tr id="i4" class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#contributors-org.apache.juneau.dto.atom.Person...-">contributors</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... contributors)</code>
+<div class="block">Sets the list of contributors of this object.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#getContent--">getContent</a></span>()</code>
<div class="block">Returns the content of this entry.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#getPublished--">getPublished</a></span>()</code>
<div class="block">Returns the publish timestamp of this entry.</div>
</td>
</tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#getSource--">getSource</a></span>()</code>
<div class="block">Returns the source of this entry.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#getSummary--">getSummary</a></span>()</code>
<div class="block">Returns the summary of this entry.</div>
</td>
</tr>
-<tr id="i8" class="altColor">
-<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setAuthors-java.util.List-">setAuthors</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>> authors)</code>
-<div class="block">Sets the list of authors for this object.</div>
-</td>
-</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setBase-java.net.URI-">setBase</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true"
title="class or interface in java.net">URI</a> base)</code>
-<div class="block">Sets the URI base of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-">id</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id)</code>
+<div class="block">Sets the ID of this object.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setCategories-java.util.List-">setCategories</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>> categories)</code>
-<div class="block">Sets the list of categories of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#lang-java.lang.String-">lang</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> lang)</code>
+<div class="block">Sets the language of this object.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setContent-org.apache.juneau.dto.atom.Content-">setContent</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> content)</code>
-<div class="block">Sets the content of this entry.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#links-org.apache.juneau.dto.atom.Link...-">links</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>... links)</code>
+<div class="block">Sets the list of links of this object.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setContributors-java.util.List-">setContributors</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>> contributors)</code>
-<div class="block">Sets the list of contributors of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#published-java.util.Calendar-">published</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> published)</code>
+<div class="block">Sets the publish timestamp of this entry.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setId-org.apache.juneau.dto.atom.Id-">setId</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id)</code>
-<div class="block">Sets the ID of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#published-java.lang.String-">published</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> published)</code>
+<div class="block">Sets the publish timestamp of this entry.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setLang-java.lang.String-">setLang</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> lang)</code>
-<div class="block">Sets the language of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#rights-java.lang.String-">rights</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> rights)</code>
+<div class="block">Sets the rights statement of this object.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setLinks-java.util.List-">setLinks</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>> links)</code>
-<div class="block">Sets the list of links of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#rights-org.apache.juneau.dto.atom.Text-">rights</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> rights)</code>
+<div class="block">Sets the rights statement of this object.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setPublished-java.util.Calendar-">setPublished</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> published)</code>
-<div class="block">Sets the publish timestamp of this entry.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#source-org.apache.juneau.dto.atom.Source-">source</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> source)</code>
+<div class="block">Sets the source of this entry.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setRights-org.apache.juneau.dto.atom.Text-">setRights</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> rights)</code>
-<div class="block">Sets the rights statement of this object.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#summary-java.lang.String-">summary</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> summary)</code>
+<div class="block">Sets the summary of this entry.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setSource-org.apache.juneau.dto.atom.Source-">setSource</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> source)</code>
-<div class="block">Sets the source of this entry.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#summary-org.apache.juneau.dto.atom.Text-">summary</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> summary)</code>
+<div class="block">Sets the summary of this entry.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setSummary-org.apache.juneau.dto.atom.Text-">setSummary</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> summary)</code>
-<div class="block">Sets the summary of this entry.</div>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-java.lang.String-">title</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> title)</code>
+<div class="block">Sets the title of this object.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setTitle-org.apache.juneau.dto.atom.Text-">setTitle</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> title)</code>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-">title</a></span>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> title)</code>
<div class="block">Sets the title of this object.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#setUpdated-java.util.Calendar-">setUpdated</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> updated)</code>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-">updated</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> updated)</code>
+<div class="block">Sets the update timestamp of this object.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.lang.String-">updated</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> updated)</code>
<div class="block">Sets the update timestamp of this object.</div>
</td>
</tr>
@@ -333,14 +341,14 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
<!-- -->
</a>
<h3>Methods inherited from class org.apache.juneau.dto.atom.<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></h3>
-<code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getAuthors--">getAuthors</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getCatetories--">getCatetories</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getContributors--">getContributors</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getId--">getId</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getLinks--">getLinks</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getRights--">getRights</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getTitle--">getTitle</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getUpdated--">getUpdated</a></code></li>
+<code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getAuthors--">getAuthors</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getCatetories--">getCatetories</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getContributors--">getContributors</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getId--">getId</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getLinks--">getLinks</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getRights--">getRights</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getTitle--">getTitle</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getUpdated--">getUpdated</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-java.lang.String-">id</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.juneau.dto.atom.Common">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.juneau.dto.atom.<a
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in
org.apache.juneau.dto.atom">Common</a></h3>
-<code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#getBase--">getBase</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/Common.html#getLang--">getLang</a></code></li>
+<code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.String-">base</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/Common.html#getBase--">getBase</a>,
<a
href="../../../../../org/apache/juneau/dto/atom/Common.html#getLang--">getLang</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -369,7 +377,7 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
<ul class="blockList">
<li class="blockList">
<h4>Entry</h4>
-<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.65">Entry</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id,
+<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.64">Entry</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id,
<a href="../../../../../org/apache/juneau/dto/atom/Text.html"
title="class in org.apache.juneau.dto.atom">Text</a> title,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> updated)</pre>
<div class="block">Normal constructor.</div>
@@ -381,13 +389,31 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
</dl>
</li>
</ul>
+<a name="Entry-java.lang.String-java.lang.String-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Entry</h4>
+<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.75">Entry</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> id,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> title,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> updated)</pre>
+<div class="block">Normal constructor.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - The ID of this entry.</dd>
+<dd><code>title</code> - The title of this entry.</dd>
+<dd><code>updated</code> - The updated timestamp of this entry.</dd>
+</dl>
+</li>
+</ul>
<a name="Entry--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Entry</h4>
-<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.70">Entry</a>()</pre>
+<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.80">Entry</a>()</pre>
<div class="block">Bean constructor.</div>
</li>
</ul>
@@ -405,7 +431,7 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
<ul class="blockList">
<li class="blockList">
<h4>getContent</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.82">getContent</a>()</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.92">getContent</a>()</pre>
<div class="block">Returns the content of this entry.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -413,13 +439,14 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
</dl>
</li>
</ul>
-<a name="setContent-org.apache.juneau.dto.atom.Content-">
+<a name="content-org.apache.juneau.dto.atom.Content-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setContent</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.92">setContent</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> content)</pre>
+<h4>content</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="content")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.103">content</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in
org.apache.juneau.dto.atom">Content</a> content)</pre>
<div class="block">Sets the content of this entry.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -436,7 +463,7 @@ extends <a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
<li class="blockList">
<h4>getPublished</h4>
<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a
href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html"
title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>)
-public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.103">getPublished</a>()</pre>
+public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.114">getPublished</a>()</pre>
<div class="block">Returns the publish timestamp of this entry.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -444,13 +471,14 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="setPublished-java.util.Calendar-">
+<a name="published-java.util.Calendar-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setPublished</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.113">setPublished</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> published)</pre>
+<h4>published</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="published")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.125">published</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> published)</pre>
<div class="block">Sets the publish timestamp of this entry.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -460,13 +488,30 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
+<a name="published-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>published</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="published")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.137">published</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> published)</pre>
+<div class="block">Sets the publish timestamp of this entry.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>published</code> - The publish timestamp of this entry in ISO8601
format.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getSource--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSource</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.123">getSource</a>()</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.147">getSource</a>()</pre>
<div class="block">Returns the source of this entry.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -474,13 +519,14 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="setSource-org.apache.juneau.dto.atom.Source-">
+<a name="source-org.apache.juneau.dto.atom.Source-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setSource</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.133">setSource</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> source)</pre>
+<h4>source</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="source")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.158">source</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in
org.apache.juneau.dto.atom">Source</a> source)</pre>
<div class="block">Sets the source of this entry.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -496,7 +542,7 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
<ul class="blockList">
<li class="blockList">
<h4>getSummary</h4>
-<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html"
title="class in org.apache.juneau.dto.atom">Text</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.143">getSummary</a>()</pre>
+<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html"
title="class in org.apache.juneau.dto.atom">Text</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.168">getSummary</a>()</pre>
<div class="block">Returns the summary of this entry.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -504,13 +550,14 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="setSummary-org.apache.juneau.dto.atom.Text-">
+<a name="summary-org.apache.juneau.dto.atom.Text-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setSummary</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.153">setSummary</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> summary)</pre>
+<h4>summary</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="summary")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.179">summary</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> summary)</pre>
<div class="block">Sets the summary of this entry.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -520,56 +567,54 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="setAuthors-java.util.List-">
+<a name="summary-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setAuthors</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.164">setAuthors</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>> authors)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setAuthors-java.util.List-">CommonEntry</a></code></span></div>
-<div class="block">Sets the list of authors for this object.</div>
+<h4>summary</h4>
+<pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html"
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="summary")
+public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html"
title="class in org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.191">summary</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> summary)</pre>
+<div class="block">Sets the summary of this entry.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setAuthors-java.util.List-">setAuthors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>authors</code> - The list of authors for this object.</dd>
+<dd><code>summary</code> - The summary of this entry.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="addAuthors-org.apache.juneau.dto.atom.Person...-">
+<a name="authors-org.apache.juneau.dto.atom.Person...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>addAuthors</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.170">addAuthors</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... authors)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addAuthors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
-<div class="block">Adds one or more authors to the list of authors of this
object.</div>
+<h4>authors</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.201">authors</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... authors)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
+<div class="block">Sets the list of authors for this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addAuthors-org.apache.juneau.dto.atom.Person...-">addAuthors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">authors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>authors</code> - The author to add to the list.</dd>
+<dd><code>authors</code> - The list of authors for this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setCategories-java.util.List-">
+<a name="categories-org.apache.juneau.dto.atom.Category...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setCategories</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.176">setCategories</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>> categories)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setCategories-java.util.List-">CommonEntry</a></code></span></div>
+<h4>categories</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.207">categories</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>... categories)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div>
<div class="block">Sets the list of categories of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setCategories-java.util.List-">setCategories</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>categories</code> - The list of categories of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -577,189 +622,189 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="addCategories-org.apache.juneau.dto.atom.Category...-">
+<a name="contributors-org.apache.juneau.dto.atom.Person...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>addCategories</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.182">addCategories</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in
org.apache.juneau.dto.atom">Category</a>... categories)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addCategories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div>
-<div class="block">Adds one or more categories to the list of categories of
this object.</div>
+<h4>contributors</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.213">contributors</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... contributors)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
+<div class="block">Sets the list of contributors of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">contributors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>categories</code> - The categories to add to the list.</dd>
+<dd><code>contributors</code> - The list of contributors of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setContributors-java.util.List-">
+<a name="id-org.apache.juneau.dto.atom.Id-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setContributors</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.188">setContributors</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>> contributors)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setContributors-java.util.List-">CommonEntry</a></code></span></div>
-<div class="block">Sets the list of contributors of this object.</div>
+<h4>id</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.219">id</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div>
+<div class="block">Sets the ID of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setContributors-java.util.List-">setContributors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">id</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>contributors</code> - The list of contributors of this object.</dd>
+<dd><code>id</code> - The ID of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="addContributors-org.apache.juneau.dto.atom.Person...-">
+<a name="links-org.apache.juneau.dto.atom.Link...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>addContributors</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.194">addContributors</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in
org.apache.juneau.dto.atom">Person</a>... contributors)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addContributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
-<div class="block">Adds one or more contributors to the list of contributors
of this object.</div>
+<h4>links</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.225">links</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>... links)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div>
+<div class="block">Sets the list of links of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addContributors-org.apache.juneau.dto.atom.Person...-">addContributors</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">links</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>contributors</code> - The contributor to add to the list.</dd>
+<dd><code>links</code> - The list of links of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setId-org.apache.juneau.dto.atom.Id-">
+<a name="rights-org.apache.juneau.dto.atom.Text-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setId</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.200">setId</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in
org.apache.juneau.dto.atom">Id</a> id)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setId-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div>
-<div class="block">Sets the ID of this object.</div>
+<h4>rights</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.231">rights</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> rights)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
+<div class="block">Sets the rights statement of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setId-org.apache.juneau.dto.atom.Id-">setId</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">rights</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>id</code> - The ID of this object.</dd>
+<dd><code>rights</code> - The rights statement of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setLinks-java.util.List-">
+<a name="rights-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setLinks</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.206">setLinks</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>> links)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setLinks-java.util.List-">CommonEntry</a></code></span></div>
-<div class="block">Sets the list of links of this object.</div>
+<h4>rights</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.237">rights</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> rights)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div>
+<div class="block">Sets the rights statement of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setLinks-java.util.List-">setLinks</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">rights</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>links</code> - The list of links of this object.</dd>
+<dd><code>rights</code> - The rights statement of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="addLinks-org.apache.juneau.dto.atom.Link...-">
+<a name="title-org.apache.juneau.dto.atom.Text-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>addLinks</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.212">addLinks</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in
org.apache.juneau.dto.atom">Link</a>... links)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addLinks-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div>
-<div class="block">Adds one or more links to the list of links of this
object.</div>
+<h4>title</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.243">title</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> title)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
+<div class="block">Sets the title of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addLinks-org.apache.juneau.dto.atom.Link...-">addLinks</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">title</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>links</code> - The links to add to the list.</dd>
+<dd><code>title</code> - The title of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setRights-org.apache.juneau.dto.atom.Text-">
+<a name="title-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setRights</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.218">setRights</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> rights)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setRights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
-<div class="block">Sets the rights statement of this object.</div>
+<h4>title</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.249">title</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> title)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div>
+<div class="block">Sets the title of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setRights-org.apache.juneau.dto.atom.Text-">setRights</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">title</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>rights</code> - The rights statement of this object.</dd>
+<dd><code>title</code> - The title of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setTitle-org.apache.juneau.dto.atom.Text-">
+<a name="updated-java.util.Calendar-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setTitle</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.224">setTitle</a>(<a
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in
org.apache.juneau.dto.atom">Text</a> title)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setTitle-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
-<div class="block">Sets the title of this object.</div>
+<h4>updated</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.255">updated</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> updated)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div>
+<div class="block">Sets the update timestamp of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setTitle-org.apache.juneau.dto.atom.Text-">setTitle</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">updated</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>title</code> - The title of this object.</dd>
+<dd><code>updated</code> - The update timestamp of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setUpdated-java.util.Calendar-">
+<a name="updated-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setUpdated</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.230">setUpdated</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util">Calendar</a> updated)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setUpdated-java.util.Calendar-">CommonEntry</a></code></span></div>
+<h4>updated</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.261">updated</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> updated)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div>
<div class="block">Sets the update timestamp of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setUpdated-java.util.Calendar-">setUpdated</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">updated</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class
in org.apache.juneau.dto.atom">CommonEntry</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>updated</code> - The update timestamp of this object.</dd>
+<dd><code>updated</code> - The update timestamp of this object in ISO8601
format.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>This object (for method chaining).</dd>
</dl>
</li>
</ul>
-<a name="setBase-java.net.URI-">
+<a name="base-java.net.URI-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>setBase</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.236">setBase</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true"
title="class or interface in java.net">URI</a> base)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#setBase-java.net.URI-">Common</a></code></span></div>
+<h4>base</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.267">base</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true"
title="class or interface in java.net">URI</a> base)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
<div class="block">Sets the URI base of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#setBase-java.net.URI-">setBase</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in
org.apache.juneau.dto.atom">Common</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">base</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in
org.apache.juneau.dto.atom">Common</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>base</code> - The URI base of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -767,18 +812,18 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
</dl>
</li>
</ul>
-<a name="setLang-java.lang.String-">
+<a name="lang-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
-<h4>setLang</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.242">setLang</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> lang)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#setLang-java.lang.String-">Common</a></code></span></div>
+<h4>lang</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in
org.apache.juneau.dto.atom">Entry</a> <a
href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.273">lang</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> lang)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
<div class="block">Sets the language of this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#setLang-java.lang.String-">setLang</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in
org.apache.juneau.dto.atom">Common</a></code></dd>
+<dd><code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">lang</a></code> in
class <code><a
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in
org.apache.juneau.dto.atom">Common</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lang</code> - The language of this object.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -855,6 +900,6 @@ public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2016 <a
href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2017 <a
href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
</body>
</html>