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

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

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

Author:
buntekuh
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RecurrenceFormBean(IEvent event, java.util.Locale l)
           
 
Method Summary
 void addException(java.util.Date d)
           
 java.lang.String getByday()
           
 java.lang.String getByMonthValue()
           
 IEvent getEvent()
           
 java.lang.String getExcept()
           
 java.util.Collection getExceptions()
           
 java.lang.String getExceptToRemove()
           
 java.util.Collection getFreq()
           
 java.lang.String getMethod()
          public void setInterval(int interval) { this.interval= interval; } /**
 Recurrence getRecurrence()
           
 java.lang.String getUid()
           
 boolean isFriday()
           
 boolean isMonday()
           
 boolean isRepeats()
           
 boolean isSaturday()
           
 boolean isSunday()
           
 boolean isThursday()
           
 boolean isTuesday()
           
 boolean isWednesday()
           
 void removeException(java.util.Date d)
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setByday(java.lang.String byday)
           
 void setExcept(java.lang.String except)
           
 void setExceptions(java.util.HashSet exceptions)
           
 void setExceptToRemove(java.lang.String exceptToRemove)
           
 void setFriday(boolean friday)
           
 void setMethod(java.lang.String method)
           
 void setMonday(boolean monday)
           
 void setRecurrence(Recurrence recurrence)
           
 void setRepeats(boolean repeats)
           
 void setSaturday(boolean saturday)
           
 void setSunday(boolean sunday)
           
 void setThursday(boolean thursday)
           
 void setTuesday(boolean tuesday)
           
 void setUid(java.lang.String uid)
           
 void setWednesday(boolean wednesday)
           
 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, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurrenceFormBean

public RecurrenceFormBean(IEvent event,
                          java.util.Locale l)
Method Detail

getByMonthValue

public java.lang.String getByMonthValue()
Returns:
Returns the byMonthValue.

reset

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

validate

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

isFriday

public boolean isFriday()
Returns:
Returns the friday.

setFriday

public void setFriday(boolean friday)
Parameters:
friday - The friday to set.

getMethod

public java.lang.String getMethod()
public void setInterval(int interval) { this.interval= interval; } /**

Returns:
Returns the method.

setMethod

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

isMonday

public boolean isMonday()
Returns:
Returns the monday.

setMonday

public void setMonday(boolean monday)
Parameters:
monday - The monday to set.

isRepeats

public boolean isRepeats()
Returns:
Returns the repeats.

setRepeats

public void setRepeats(boolean repeats)
Parameters:
repeats - The repeats to set.

isSaturday

public boolean isSaturday()
Returns:
Returns the saturday.

setSaturday

public void setSaturday(boolean saturday)
Parameters:
saturday - The saturday to set.

isSunday

public boolean isSunday()
Returns:
Returns the sunday.

setSunday

public void setSunday(boolean sunday)
Parameters:
sunday - The sunday to set.

isThursday

public boolean isThursday()
Returns:
Returns the thursday.

setThursday

public void setThursday(boolean thursday)
Parameters:
thursday - The thursday to set.

isTuesday

public boolean isTuesday()
Returns:
Returns the tuesday.

setTuesday

public void setTuesday(boolean tuesday)
Parameters:
tuesday - The tuesday to set.

getUid

public java.lang.String getUid()
Returns:
Returns the uid.

setUid

public void setUid(java.lang.String uid)
Parameters:
uid - The uid to set.

isWednesday

public boolean isWednesday()
Returns:
Returns the wednesday.

setWednesday

public void setWednesday(boolean wednesday)
Parameters:
wednesday - The wednesday to set.

getRecurrence

public Recurrence getRecurrence()
Returns:
Returns the recurrence.

setRecurrence

public void setRecurrence(Recurrence recurrence)
Parameters:
recurrence - The recurrence to set.

getFreq

public java.util.Collection getFreq()
Returns:
Returns the freq.

getExcept

public java.lang.String getExcept()
Returns:
Returns the except.

setExcept

public void setExcept(java.lang.String except)
Parameters:
except - The except to set.

getExceptions

public java.util.Collection getExceptions()
Returns:
Returns the exceptions.

setExceptions

public void setExceptions(java.util.HashSet exceptions)
Parameters:
exceptions - The exceptions to set.

addException

public void addException(java.util.Date d)

removeException

public void removeException(java.util.Date d)

getExceptToRemove

public java.lang.String getExceptToRemove()
Returns:
Returns the exceptToRemove.

setExceptToRemove

public void setExceptToRemove(java.lang.String exceptToRemove)
Parameters:
exceptToRemove - The exceptToRemove to set.

getEvent

public IEvent getEvent()
Returns:
Returns the event.

getByday

public java.lang.String getByday()
Returns:
Returns the byday.

setByday

public void setByday(java.lang.String byday)
Parameters:
byday - The byday to set.


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