net.stff.ical.gui.struts.formbeans
Class EventFormBean
java.lang.Object
org.apache.struts.action.ActionForm
net.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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
EventFormBean
public EventFormBean(IEvent event,
ICal cal)
EventFormBean
public EventFormBean(CommFormBean vb,
CalendarData data)
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.