Class Entry
Schema
atomEntry = element atom:entry { atomCommonAttributes, (atomAuthor* & atomCategory* & atomContent? & atomContributor* & atomId & atomLink* & atomPublished? & atomRights? & atomSource? & atomSummary? & atomTitle & atomUpdated & extensionElement*) }
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBean property getter:content .Bean property getter:published .Bean property getter:source .Bean property getter:summary .setAuthors
(Person... value) Bean property setter:authors .Bean property setter:term .setCategories
(Category... value) Bean property setter:categories .setContent
(Content value) Bean property setter:content .setContributors
(Person... value) Bean property setter:contributors .Bean property fluent setter:id .Bean property setter:id .Bean property setter:lang .Bean property setter:links .setPublished
(String value) Bean property fluent setter:published .setPublished
(Calendar value) Bean property setter:published .Bean property fluent setter:rights .Bean property setter:rights .Bean property setter:source .setSummary
(String value) Bean property fluent setter:summary .setSummary
(Text value) Bean property setter:summary .Bean property fluent setter:title .Bean property setter:title .setUpdated
(String value) Bean property fluent setter:updated .setUpdated
(Calendar value) Bean property setter:updated .Methods inherited from class org.apache.juneau.dto.atom.CommonEntry
getAuthors, getCategories, getContributors, getId, getLinks, getRights, getTitle, getUpdated
-
Constructor Details
-
Entry
Normal constructor.- Parameters:
id
- The ID of this entry.title
- The title of this entry.updated
- The updated timestamp of this entry.
-
Entry
Normal constructor.- Parameters:
id
- The ID of this entry.title
- The title of this entry.updated
- The updated timestamp of this entry.
-
Entry
public Entry()Bean constructor.
-
-
Method Details
-
getContent
Bean property getter:content .The content of this entry.
- Returns:
- The property value, or
null if it is not set.
-
setContent
Bean property setter:content .The content of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getPublished
Bean property getter:published .The publish timestamp of this entry.
- Returns:
- The property value, or
null if it is not set.
-
setPublished
Bean property setter:published .The publish timestamp of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setPublished
Bean property fluent setter:published .The publish timestamp of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
getSource
Bean property getter:source .The source of this entry.
- Returns:
- The property value, or
null if it is not set.
-
setSource
Bean property setter:source .The source of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getSummary
Bean property getter:summary .The summary of this entry.
- Returns:
- The property value, or
null if it is not set.
-
setSummary
Bean property setter:summary .The summary of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setSummary
Bean property fluent setter:summary .The summary of this entry.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setBase
Description copied from class:Common
Bean property setter:term .The URI base of this object.
The value can be of any of the following types:
URI
,URL
,String
. Strings must be valid URIs.- Overrides:
setBase
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setLang
Description copied from class:Common
Bean property setter:lang .The language of this object.
- Overrides:
setLang
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setAuthors
Description copied from class:CommonEntry
Bean property setter:authors .The list of authors for this object.
- Overrides:
setAuthors
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setCategories
Description copied from class:CommonEntry
Bean property setter:categories .The list of categories of this object.
- Overrides:
setCategories
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setContributors
Description copied from class:CommonEntry
Bean property setter:contributors .The list of contributors of this object.
- Overrides:
setContributors
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setId
Description copied from class:CommonEntry
Bean property fluent setter:id .The ID of this object.
- Overrides:
setId
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setId
Description copied from class:CommonEntry
Bean property setter:id .The ID of this object.
- Overrides:
setId
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setLinks
Description copied from class:CommonEntry
Bean property setter:links .The list of links of this object.
- Overrides:
setLinks
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setRights
Description copied from class:CommonEntry
Bean property fluent setter:rights .The rights statement of this object.
- Overrides:
setRights
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setRights
Description copied from class:CommonEntry
Bean property setter:rights .The rights statement of this object.
- Overrides:
setRights
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setTitle
Description copied from class:CommonEntry
Bean property fluent setter:title .The title of this object.
- Overrides:
setTitle
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setTitle
Description copied from class:CommonEntry
Bean property setter:title .The title of this object.
- Overrides:
setTitle
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setUpdated
Description copied from class:CommonEntry
Bean property fluent setter:updated .The update timestamp of this object.
- Overrides:
setUpdated
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setUpdated
Description copied from class:CommonEntry
Bean property setter:updated .The update timestamp of this object.
- Overrides:
setUpdated
in classCommonEntry
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-