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

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

public class EntryCollection
extends Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
EntryCollection()
           
 
Method Summary
 List<AtomEntry> getEntries()
           
 FeedInfo getFeedInfo()
           
 void setEntries(List<AtomEntry> items)
           
 void setFeedInfo(FeedInfo feedInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryCollection

public EntryCollection()
Method Detail

getEntries

public List<AtomEntry> getEntries()
Returns:
List containing CmisItem

setEntries

public void setEntries(List<AtomEntry> items)
Parameters:
items - items

getFeedInfo

public FeedInfo getFeedInfo()
Returns:
the feedInfo

setFeedInfo

public void setFeedInfo(FeedInfo feedInfo)
Parameters:
feedInfo - the feedInfo to set


Copyright © 2010 eXo Platform SAS. All Rights Reserved.