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

java.lang.Object
  extended by org.xcmis.client.gwt.model.restatom.FeedInfo

public class FeedInfo
extends Object

Version:
$Id: $
Author:
Ann Zhuleva

Field Summary
protected  AtomAuthor author
          Author.
protected  AtomCollectionType collection
          Collection.
protected  String id
          Id.
protected  List<AtomLink> links
          Links.
protected  Date published
          Published.
protected  String title
          Title.
protected  Date updated
          Updated.
 
Constructor Summary
FeedInfo()
           
 
Method Summary
 AtomAuthor getAuthor()
           
 AtomCollectionType getCollection()
           
 String getId()
           
 List<AtomLink> getLinks()
           
 Date getPublished()
           
 String getTitle()
           
 Date getUpdated()
           
 void setAuthor(AtomAuthor author)
           
 void setCollection(AtomCollectionType collection)
           
 void setId(String id)
           
 void setLinks(List<AtomLink> links)
           
 void setPublished(Date published)
           
 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
 

Field Detail

title

protected String title
Title.


author

protected AtomAuthor author
Author.


updated

protected Date updated
Updated.


published

protected Date published
Published.


id

protected String id
Id.


links

protected List<AtomLink> links
Links.


collection

protected AtomCollectionType collection
Collection.

Constructor Detail

FeedInfo

public FeedInfo()
Method Detail

getTitle

public String getTitle()
Returns:
String

setTitle

public void setTitle(String title)
Parameters:
title - title

getAuthor

public AtomAuthor getAuthor()
Returns:
AtomAuthor

setAuthor

public void setAuthor(AtomAuthor author)
Parameters:
author - author

getUpdated

public Date getUpdated()
Returns:
Date

setUpdated

public void setUpdated(Date updated)
Parameters:
updated - updated

getPublished

public Date getPublished()
Returns:
Date

setPublished

public void setPublished(Date published)
Parameters:
published - published

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

getCollection

public AtomCollectionType getCollection()
Returns:
AtomCollectionType

setCollection

public void setCollection(AtomCollectionType collection)
Parameters:
collection - collection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.