fable.utility
Class FeedsterSearchData

java.lang.Object
  extended by fable.utility.FeedsterSearchData

public class FeedsterSearchData
extends java.lang.Object

This structure contains the data for feedster feeds. This is meant as an auxiliary data structure.

Author:
Christopher Moh

Field Summary
 java.lang.String title
           
 java.net.URL url
           
 
Constructor Summary
FeedsterSearchData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.net.URL url

title

public java.lang.String title
Constructor Detail

FeedsterSearchData

public FeedsterSearchData()