Class AtomEntry

java.lang.Object
com.emc.documentum.rest.model.AtomEntry
All Implemented Interfaces:
Linkable
Direct Known Subclasses:
Compat71TypeAtomEntryJson

public class AtomEntry extends Object implements Linkable
Atom entry
  • Constructor Details

    • AtomEntry

      public AtomEntry()
  • Method Details

    • getTitle

      public String getTitle()
      Get atom entry title
      Returns:
      atom entry title
    • setTitle

      public void setTitle(String title)
      Set atom entry title
      Parameters:
      title - atom entry title
    • getId

      public String getId()
      Get atom entry id
      Returns:
      atom entry id
    • setId

      public void setId(String id)
      Set atom entry id
      Parameters:
      id - atom entry id
    • getSummary

      public String getSummary()
      Get atom entry summary
      Returns:
      atom entry summary
    • setSummary

      public void setSummary(String summary)
      Set atom entry summary
      Parameters:
      summary - atom entry summary
    • getPublished

      public Date getPublished()
      Get atom entry published date
      Returns:
      the published date
    • setPublished

      public void setPublished(Date published)
      Set atom entry published date
      Parameters:
      published - the published date
    • getUpdated

      public Date getUpdated()
      Get atom entry updated date
      Returns:
      the updated date
    • getLinks

      public List<Link> getLinks()
      Get atom entry links
      Specified by:
      getLinks in interface Linkable
      Returns:
      atom entry links
    • setUpdated

      public void setUpdated(Date updated)
      Set atom entry update date
      Parameters:
      updated - the updated date
    • getAuthors

      public List<AtomAuthor> getAuthors()
      Get atom entry authors
      Returns:
      atom entry authors
    • setLinks

      public void setLinks(List<Link> links)
      Set atom entry links
      Specified by:
      setLinks in interface Linkable
      Parameters:
      links - atom entry links
    • setAuthors

      public void setAuthors(List<AtomAuthor> authors)
      Set atom entry authors
      Parameters:
      authors - atom entry authors
    • getContent

      public AtomContent getContent()
      Get atom content in atom entry
      Returns:
      atom content
    • setContent

      public void setContent(AtomContent content)
      Set atom content in atom entry
      Parameters:
      content - atom content