org.exoplatform.services.rss.parser
Class RSSDocument<T extends IRSSChannel,E extends IRSSItem>

java.lang.Object
  extended by 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)
           
 
Method Summary
 T getChannel()
           
 E getItem(int idx)
           
 java.util.List<E> getItems()
           
 void removeItem(int idx)
           
 void setChannel(T channel)
           
 void setItems(java.util.List<E> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSDocument

public RSSDocument(T channel,
                   java.util.List<E> items)
Method Detail

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.