http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html index 1cdcbad..eff0444 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html @@ -117,19 +117,23 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.39">CommonEntry</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.43">CommonEntry</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre> <div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a> - <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <li class='link'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> - <ul> - <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> - </ul> - <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -337,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>CommonEntry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.58">CommonEntry</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/CommonEntry.html#line.62">CommonEntry</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> @@ -355,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>CommonEntry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.69">CommonEntry</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, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.73">CommonEntry</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> @@ -373,7 +377,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>CommonEntry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.74">CommonEntry</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.78">CommonEntry</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -393,7 +397,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h4>getAuthors</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>, <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="author") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.87">getAuthors</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.91">getAuthors</a>()</pre> <div class="block">Returns the list of authors for this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -408,7 +412,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>authors</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#value--">value</a>="authors") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.98">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.102">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">Sets the list of authors for this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -426,7 +430,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <h4>getCatetories</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>, <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="category") -public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.109">getCatetories</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.113">getCatetories</a>()</pre> <div class="block">Returns the list of categories of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -441,7 +445,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti <li class="blockList"> <h4>categories</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#value--">value</a>="categories") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.120">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.124">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">Sets the list of categories of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -459,7 +463,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <h4>getContributors</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>, <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="contributor") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.131">getContributors</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.135">getContributors</a>()</pre> <div class="block">Returns the list of contributors of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -474,7 +478,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>contributors</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#value--">value</a>="contributors") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.142">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.146">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">Sets the list of contributors of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -490,7 +494,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>getId</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.152">getId</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.156">getId</a>()</pre> <div class="block">Returns the ID of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -505,7 +509,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>id</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#value--">value</a>="id") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.163">id</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="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.167">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">Sets the ID of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -521,7 +525,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.174">id</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)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.178">id</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)</pre> <div class="block">Sets the ID of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -538,7 +542,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>getLinks</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>) -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.185">getLinks</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.189">getLinks</a>()</pre> <div class="block">Returns the list of links of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -553,7 +557,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>links</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#value--">value</a>="links") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.196">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.200">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">Sets the list of links of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -569,7 +573,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>getRights</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/CommonEntry.html#line.206">getRights</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/CommonEntry.html#line.210">getRights</a>()</pre> <div class="block">Returns the rights statement of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -584,7 +588,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>rights</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#value--">value</a>="rights") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.217">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.221">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">Sets the rights statement of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -600,7 +604,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.228">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> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.232">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">Sets the rights statement of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -616,7 +620,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>getTitle</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/CommonEntry.html#line.238">getTitle</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/CommonEntry.html#line.242">getTitle</a>()</pre> <div class="block">Returns the title of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -631,7 +635,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>title</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#value--">value</a>="title") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.249">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.253">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">Sets the title of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -647,7 +651,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.260">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> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.264">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">Sets the title of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -664,7 +668,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>getUpdated</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/CommonEntry.html#line.271">getUpdated</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/CommonEntry.html#line.275">getUpdated</a>()</pre> <div class="block">Returns the update timestamp of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -679,7 +683,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar <li class="blockList"> <h4>updated</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#value--">value</a>="updated") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.282">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> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.286">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">Sets the update timestamp of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -696,7 +700,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" <li class="blockList"> <h4>updated</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#value--">value</a>="updated") -public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.294">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> +public <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.298">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">Sets the update timestamp of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Content.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html index 1535abc..a23e003 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html @@ -118,10 +118,9 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.77">Content</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.81">Content</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></pre> <div class="block">Represents an <code>atomContent</code> construct in the RFC4287 specification. - <p> <h6 class='figure'>Schema</h6> <p class='bcode'> @@ -162,12 +161,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <li class='link'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> - <ul> - <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> - </ul> - <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -289,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla <ul class="blockList"> <li class="blockList"> <h4>Content</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.87">Content</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> type)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.91">Content</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> type)</pre> <div class="block">Normal content.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -303,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla <ul class="blockListLast"> <li class="blockList"> <h4>Content</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.94">Content</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.98">Content</a>()</pre> <div class="block">Normal content.</div> </li> </ul> @@ -322,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla <li class="blockList"> <h4>getSrc</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.109">getSrc</a>()</pre> +public <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> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.113">getSrc</a>()</pre> <div class="block">Returns the source URI.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -337,11 +341,13 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html? <li class="blockList"> <h4>src</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#value--">value</a>="src") -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/Content.html#line.125">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</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/Content.html#line.131">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</pre> <div class="block">Sets the source URI. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -358,7 +364,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit <ul class="blockList"> <li class="blockList"> <h4>text</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/Content.html#line.136">text</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> text)</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/Content.html#line.142">text</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> text)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#text-java.lang.String-">Text</a></code></span></div> <div class="block">Sets the content of this content.</div> <dl> @@ -377,9 +383,10 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit <ul class="blockList"> <li class="blockList"> <h4>type</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/Content.html#line.142">type</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> type)</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/Content.html#line.148">type</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> type)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-">Text</a></code></span></div> <div class="block">Sets the content type of this content. + <p> Must be one of the following: <ul> @@ -404,12 +411,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit <ul class="blockList"> <li class="blockList"> <h4>base</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/Content.html#line.148">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> base)</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/Content.html#line.154">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -428,7 +437,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>lang</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/Content.html#line.153">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> +<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/Content.html#line.159">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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/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 e240a28..2bbb162 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html @@ -119,10 +119,10 @@ 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.58">Entry</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.63">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> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomEntry = @@ -146,12 +146,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <li class='link'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> - <ul> - <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> - </ul> - <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -384,7 +389,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.72">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.77">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> @@ -402,7 +407,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.83">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, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.88">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> @@ -420,7 +425,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.88">Entry</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.93">Entry</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -438,7 +443,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.100">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.105">getContent</a>()</pre> <div class="block">Returns the content of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -453,7 +458,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <li class="blockList"> <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#value--">value</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.111">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> content)</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.116">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> @@ -470,7 +475,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <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.122">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.127">getPublished</a>()</pre> <div class="block">Returns the publish timestamp of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -485,7 +490,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar <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#value--">value</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.133">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> +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.138">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> @@ -502,7 +507,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <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#value--">value</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.145">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> +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.150">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> @@ -518,7 +523,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <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.155">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.160">getSource</a>()</pre> <div class="block">Returns the source of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -533,7 +538,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <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#value--">value</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.166">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> source)</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.171">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> @@ -549,7 +554,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <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.176">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.181">getSummary</a>()</pre> <div class="block">Returns the summary of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -564,7 +569,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <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#value--">value</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.187">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> summary)</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.192">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> @@ -581,7 +586,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <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#value--">value</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.199">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> +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.204">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="paramLabel">Parameters:</span></dt> @@ -597,7 +602,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.210">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> +<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.215">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> @@ -616,7 +621,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.216">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> +<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.221">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> @@ -635,7 +640,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.222">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> +<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.227">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> @@ -654,7 +659,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.228">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> +<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.233">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> @@ -673,7 +678,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.234">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> +<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.239">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> @@ -692,7 +697,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.240">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> +<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.245">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> @@ -711,7 +716,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.246">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> +<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.251">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> @@ -730,7 +735,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.252">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> +<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.257">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> @@ -749,7 +754,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.258">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> +<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.263">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> @@ -768,7 +773,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.264">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> +<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.269">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> @@ -787,7 +792,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.270">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> +<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.275">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> @@ -806,12 +811,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <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.276">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> base)</pre> +<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.281">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -830,7 +837,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockListLast"> <li class="blockList"> <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.282">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> +<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.287">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>
