com.fullspan.kat.web.form
Class KatEntryForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.fullspan.kat.web.form.KatEntryForm
All Implemented Interfaces:
java.io.Serializable

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

Author:
Mitch Stuart
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
KatEntryForm()
           
 
Method Summary
 boolean getAddAnother()
           
 java.util.List getEligibleParentCats()
           
 KatEntryFormData getEntryFormData()
           
 void setAddAnother(boolean addAnother)
           
 void setEligibleParentCats(java.util.List eligibleParentCats)
           
 
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

KatEntryForm

public KatEntryForm()
Method Detail

getEntryFormData

public KatEntryFormData getEntryFormData()

getAddAnother

public boolean getAddAnother()

setAddAnother

public void setAddAnother(boolean addAnother)

getEligibleParentCats

public java.util.List getEligibleParentCats()

setEligibleParentCats

public void setEligibleParentCats(java.util.List eligibleParentCats)