org.xcmis.client.gwt.model.restatom
Class FeedType
java.lang.Object
org.xcmis.client.gwt.model.restatom.FeedType
public class FeedType
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id:
- Author:
- Anna Zhuleva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
feedInfo
protected FeedInfo feedInfo
- Feed info.
entries
protected List<AtomEntry> entries
- Entries.
FeedType
public FeedType()
getFeedInfo
public FeedInfo getFeedInfo()
- Returns:
FeedInfo
setFeedInfo
public void setFeedInfo(FeedInfo feedInfo)
- Parameters:
feedInfo - feedInfo
getEntries
public List<AtomEntry> getEntries()
- Returns:
- the entries
setEntries
public void setEntries(List<AtomEntry> entries)
- Parameters:
entries - entries
Copyright © 2010 eXo Platform SAS. All Rights Reserved.