org.xcmis.client.gwt.model.restatom
Class EntryInfo

java.lang.Object
  extended by 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

Constructor Summary
EntryInfo()
           
 
Method Summary
 AtomAuthor getAuthor()
           
 AtomContentType getContent()
           
 String getId()
           
 List<AtomLink> getLinks()
           
 Date getPublished()
           
 String getSummary()
           
 String getTitle()
           
 Date getUpdated()
           
 void setAuthor(AtomAuthor author)
           
 void setContent(AtomContentType content)
           
 void setId(String id)
           
 void setLinks(List<AtomLink> links)
           
 void setPublished(Date published)
           
 void setSummary(String summary)
           
 void setTitle(String title)
           
 void setUpdated(Date updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryInfo

public EntryInfo()
Method Detail

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.