net.stff.ical.gui.struts.formbeans
Class EventFormBean

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bynet.stff.ical.gui.struts.formbeans.EventFormBean
All Implemented Interfaces:
java.io.Serializable

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

Author:
buntekuh To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EventFormBean(CommFormBean vb, CalendarData data)
           
EventFormBean(IEvent event, ICal cal)
           
 
Method Summary
 java.lang.String getCalName()
           
 IEvent getIEvent()
           
 java.lang.String getMethod()
           
 void setCalName(java.lang.String cal)
           
 void setIEvent(IEvent iEvent)
           
 void setMethod(java.lang.String method)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFormBean

public EventFormBean(IEvent event,
                     ICal cal)

EventFormBean

public EventFormBean(CommFormBean vb,
                     CalendarData data)
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)

getCalName

public java.lang.String getCalName()
Returns:
Returns the iCal.

setCalName

public void setCalName(java.lang.String cal)
Parameters:
cal - The iCal to set.

getMethod

public java.lang.String getMethod()
Returns:
Returns the method.

setMethod

public void setMethod(java.lang.String method)
Parameters:
method - The method to set.

getIEvent

public IEvent getIEvent()
Returns:
Returns the iEvent.

setIEvent

public void setIEvent(IEvent iEvent)
Parameters:
iEvent - The iEvent to set.


Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.