|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbuttress.main.Item
| Constructor Summary | |
Item(java.util.Vector myRssVector,
Filter myFilter,
TimeDelay myTimeDelay)
constructor with a parameter for each of the class parameters |
|
| Method Summary | |
void |
addRss(Rss myRss)
add rss to the vector of rss |
void |
delRss(int i)
deletes the object at index i |
Filter |
getFilter()
getter for the filter |
java.util.Vector |
getRss()
getter for the rss vector |
java.lang.Object |
getRss(int i)
gets the rss feed at index i |
boolean |
getSetDelay()
boolean to test whether or not to get the delay time from the feed from feed = true from user = true |
TimeDelay |
getTimeDelay()
getter for the time delay |
void |
setFilter(Filter myFilter)
setter for the filter |
void |
setSetDelay(boolean setValue)
|
void |
setTimeDelay(TimeDelay myTimeDelay)
setter for the time delay |
java.lang.String |
toString()
neat way to display the item class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Item(java.util.Vector myRssVector,
Filter myFilter,
TimeDelay myTimeDelay)
myRssVector - the list of rss objectsmyFilter - the filter objectmyTimeDelay - the timedelay object| Method Detail |
public java.lang.String toString()
public java.util.Vector getRss()
public void addRss(Rss myRss)
myRss - the new rss object to add to the vectorpublic void delRss(int i)
i - index of item in vector to removepublic java.lang.Object getRss(int i)
i - int
public Filter getFilter()
public void setFilter(Filter myFilter)
myFilter - the new filter objectpublic TimeDelay getTimeDelay()
public void setTimeDelay(TimeDelay myTimeDelay)
myTimeDelay - the new time delaypublic boolean getSetDelay()
public void setSetDelay(boolean setValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||