|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.webalgorithm.weather.vo.PromoVO
Description: Pormotional links provided by Weather.com
Copyright: Copyright (c) 2003
Company: WebAlgorithm, Inc
Field Summary | |
private java.util.ArrayList |
links
|
Constructor Summary | |
PromoVO()
|
Method Summary | |
void |
addLink(com.webalgorithm.weather.vo.LinkVO link)
Adds a promotional link to this PormoVO object |
java.util.Iterator |
getLinks()
Gets collection of LinkVO objects |
int |
size()
Gets the number of LinkVO objects. |
java.lang.String |
toString()
This method is usefull for debugging, it returns a formatted promotion information, which is easy to read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList links
Constructor Detail |
public PromoVO()
Method Detail |
public java.util.Iterator getLinks()
public void addLink(com.webalgorithm.weather.vo.LinkVO link)
link
- public int size()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |