com.jalios.util
Class RssEvent
java.lang.Object
com.jalios.util.RssEvent
public class RssEvent
- extends Object
RssEvent class
- Author:
- Ludovic SMADJA
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssEvent
public RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type)
getChannel
public RssChannel getChannel()
- Returns:
- the channel
setChannel
public void setChannel(RssChannel channel)
- Parameters:
channel
- the channel to set
getItem
public RssItem getItem()
- Returns:
- the item
setItem
public void setItem(RssItem item)
- Parameters:
item
- the item to set
getType
public RssEvent.Type getType()
- Returns:
- the type
setType
public void setType(RssEvent.Type type)
- Parameters:
type
- the type to set
Copyright © 2001-2010 Jalios SA. All Rights Reserved.