Package org.apache.juneau.dto.atom
Class CommonEntry
java.lang.Object
org.apache.juneau.dto.atom.Common
org.apache.juneau.dto.atom.CommonEntry
-
Constructor Summary
ConstructorDescriptionBean constructor.CommonEntry
(String id, String title, String updated) Normal constructor.CommonEntry
(Id id, Text title, Calendar updated) Normal constructor. -
Method Summary
Modifier and TypeMethodDescriptionPerson[]
Bean property getter:authors .Category[]
Bean property getter:categories .Person[]
Bean property getter:contributors .getId()
Bean property getter:id .Link[]
getLinks()
Bean property getter:links .Bean property getter:rights .getTitle()
Bean property getter:title .Bean property getter:updated .setAuthors
(Person... value) Bean property setter:authors .Bean property setter:term .setCategories
(Category... value) Bean property setter:categories .setContributors
(Person... value) Bean property setter:contributors .Bean property fluent setter:id .Bean property setter:id .Bean property setter:lang .Bean property setter:links .Bean property fluent setter:rights .Bean property setter:rights .Bean property fluent setter:title .Bean property setter:title .setUpdated
(String value) Bean property fluent setter:updated .setUpdated
(Calendar value) Bean property setter:updated .
-
Constructor Details
-
CommonEntry
Normal constructor.- Parameters:
id
- The ID of this object.title
- The title of this object.updated
- The updated timestamp of this object.
-
CommonEntry
Normal constructor.- Parameters:
id
- The ID of this object.title
- The title of this object.updated
- The updated timestamp of this object.
-
CommonEntry
public CommonEntry()Bean constructor.
-
-
Method Details
-
getAuthors
Bean property getter:authors .The list of authors for this object.
- Returns:
- The property value, or
null if it is not set.
-
setAuthors
Bean property setter:authors .The list of authors for this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getCategories
Bean property getter:categories .The list of categories of this object.
- Returns:
- The property value, or
null if it is not set.
-
setCategories
Bean property setter:categories .The list of categories of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getContributors
Bean property getter:contributors .The list of contributors of this object.
- Returns:
- The property value, or
null if it is not set.
-
setContributors
Bean property setter:contributors .The list of contributors of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getId
Bean property getter:id .The ID of this object.
- Returns:
- The property value, or
null if it is not set.
-
setId
Bean property setter:id .The ID of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setId
Bean property fluent setter:id .The ID of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
getLinks
Bean property getter:links .The list of links of this object.
- Returns:
- The property value, or
null if it is not set.
-
setLinks
Bean property setter:links .The list of links of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getRights
Bean property getter:rights .The rights statement of this object.
- Returns:
- The property value, or
null if it is not set.
-
setRights
Bean property setter:rights .The rights statement of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setRights
Bean property fluent setter:rights .The rights statement of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
getTitle
Bean property getter:title .The title of this object.
- Returns:
- The property value, or
null if it is not set.
-
setTitle
Bean property setter:title .The title of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setTitle
Bean property fluent setter:title .The title of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
getUpdated
Bean property getter:updated .The update timestamp of this object.
- Returns:
- The property value, or
null if it is not set.
-
setUpdated
Bean property setter:updated .The update timestamp of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setUpdated
Bean property fluent setter:updated .The update timestamp of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setBase
Description copied from class:Common
-
setLang
Description copied from class:Common
Bean property setter:lang .The language of this object.
-