org.strutsme.wishlist.presentation.struts.wish
Class WishListForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.strutsme.wishlist.presentation.struts.wish.WishListForm
All Implemented Interfaces:
java.io.Serializable

public class WishListForm
extends org.apache.struts.action.ActionForm

Form to display a tree of wishes.

Author:
lbusmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
WishListForm()
           
 
Method Summary
 java.util.List getRootWishes()
           
 void setRootWishes(java.util.List rootNodes)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishListForm

public WishListForm()
Method Detail

getRootWishes

public final java.util.List getRootWishes()
Returns:
the rootWishes

setRootWishes

public final void setRootWishes(java.util.List rootNodes)
Parameters:
rootNodes - the rootWishes to set