org.xcmis.client.gwt.model.restatom
Class EntryInfo
java.lang.Object
org.xcmis.client.gwt.model.restatom.EntryInfo
public class EntryInfo
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id: ${date} ${time}
- Author:
- Ann Zhuleva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryInfo
public EntryInfo()
getAuthor
public AtomAuthor getAuthor()
- Returns:
AtomAuthor
setAuthor
public void setAuthor(AtomAuthor author)
- Parameters:
author - author
getContent
public AtomContentType getContent()
- Returns:
AtomContentType
setContent
public void setContent(AtomContentType content)
- Parameters:
content - content
getId
public String getId()
- Returns:
- String
setId
public void setId(String id)
- Parameters:
id - id
getLinks
public List<AtomLink> getLinks()
- Returns:
- List containing
AtomLink
setLinks
public void setLinks(List<AtomLink> links)
- Parameters:
links - links
getPublished
public Date getPublished()
- Returns:
Date
setPublished
public void setPublished(Date published)
- Parameters:
published - published
getSummary
public String getSummary()
- Returns:
- String
setSummary
public void setSummary(String summary)
- Parameters:
summary - summary
getTitle
public String getTitle()
- Returns:
- String
setTitle
public void setTitle(String title)
- Parameters:
title - title
getUpdated
public Date getUpdated()
- Returns:
Date
setUpdated
public void setUpdated(Date updated)
- Parameters:
updated - updated
Copyright © 2010 eXo Platform SAS. All Rights Reserved.