Package com.emc.documentum.rest.model
Class AtomEntry
java.lang.Object
com.emc.documentum.rest.model.AtomEntry
- All Implemented Interfaces:
Linkable
- Direct Known Subclasses:
Compat71TypeAtomEntryJson
Atom entry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet atom entry authorsGet atom content in atom entrygetId()
Get atom entry idgetLinks()
Get atom entry linksGet atom entry published dateGet atom entry summarygetTitle()
Get atom entry titleGet atom entry updated datevoid
setAuthors
(List<AtomAuthor> authors) Set atom entry authorsvoid
setContent
(AtomContent content) Set atom content in atom entryvoid
Set atom entry idvoid
Set atom entry linksvoid
setPublished
(Date published) Set atom entry published datevoid
setSummary
(String summary) Set atom entry summaryvoid
Set atom entry titlevoid
setUpdated
(Date updated) Set atom entry update date
-
Constructor Details
-
AtomEntry
public AtomEntry()
-
-
Method Details
-
getTitle
Get atom entry title- Returns:
- atom entry title
-
setTitle
Set atom entry title- Parameters:
title
- atom entry title
-
getId
Get atom entry id- Returns:
- atom entry id
-
setId
Set atom entry id- Parameters:
id
- atom entry id
-
getSummary
Get atom entry summary- Returns:
- atom entry summary
-
setSummary
Set atom entry summary- Parameters:
summary
- atom entry summary
-
getPublished
Get atom entry published date- Returns:
- the published date
-
setPublished
Set atom entry published date- Parameters:
published
- the published date
-
getUpdated
Get atom entry updated date- Returns:
- the updated date
-
getLinks
Get atom entry links -
setUpdated
Set atom entry update date- Parameters:
updated
- the updated date
-
getAuthors
Get atom entry authors- Returns:
- atom entry authors
-
setLinks
Set atom entry links -
setAuthors
Set atom entry authors- Parameters:
authors
- atom entry authors
-
getContent
Get atom content in atom entry- Returns:
- atom content
-
setContent
Set atom content in atom entry- Parameters:
content
- atom content
-