org.exoplatform.services.rss.parser
Class RSSDocument<T extends IRSSChannel,E extends IRSSItem>
java.lang.Object
org.exoplatform.services.rss.parser.RSSDocument<T,E>
public class RSSDocument<T extends IRSSChannel,E extends IRSSItem>
- extends java.lang.Object
Created by The eXo Platform SARL .
Author : Nhu Dinh Thuan
nhudinhthuan@yahoo.com
Mar 17, 2006
|
Constructor Summary |
RSSDocument(T channel,
java.util.List<E> items)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSSDocument
public RSSDocument(T channel,
java.util.List<E> items)
getChannel
public T getChannel()
setChannel
public void setChannel(T channel)
getItems
public java.util.List<E> getItems()
setItems
public void setItems(java.util.List<E> list)
getItem
public E getItem(int idx)
removeItem
public void removeItem(int idx)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.