uk.co.mullsoft.RSS
Class RSSChannelItemDifferences

java.lang.Object
  extended by uk.co.mullsoft.RSS.RSSChannelItemDifferences

public class RSSChannelItemDifferences
extends java.lang.Object


Field Summary
 RSSItem[] newItems
           
 RSSItem[] obsoleteItems
           
 RSSItem[] unchangedItems
           
 RSSItem[] updatedItems
           
 
Constructor Summary
RSSChannelItemDifferences(RSSChannel oldChannel, RSSChannel newChannel)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obsoleteItems

public final RSSItem[] obsoleteItems

updatedItems

public final RSSItem[] updatedItems

unchangedItems

public final RSSItem[] unchangedItems

newItems

public final RSSItem[] newItems
Constructor Detail

RSSChannelItemDifferences

public RSSChannelItemDifferences(RSSChannel oldChannel,
                                 RSSChannel newChannel)