Class EventForm

java.lang.Object
org.apache.struts.action.ActionForm
sk.iway.iwcm.calendar.EventForm
All Implemented Interfaces:
Serializable

public class EventForm extends org.apache.struts.action.ActionForm
formular na pridanie udalosti do kalendara
See Also:
  • Constructor Details

    • EventForm

      public EventForm()
  • Method Details

    • setRecode

      public void setRecode(boolean recode)
      Sets the recode attribute of the EventForm object
      Parameters:
      recode - The new recode value
    • isRecode

      public boolean isRecode()
      Gets the recode attribute of the EventForm object
      Returns:
      The recode value
    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      reset in class org.apache.struts.action.ActionForm
    • setCalendarId

      public void setCalendarId(int calendarId)
      Sets the calendarId attribute of the EventForm object
      Parameters:
      calendarId - The new calendarId value
    • getCalendarId

      public int getCalendarId()
      Gets the calendarId attribute of the EventForm object
      Returns:
      The calendarId value
    • setTitle

      public void setTitle(String title)
      Sets the title attribute of the EventForm object
      Parameters:
      title - The new title value
    • getTitle

      public String getTitle()
      Gets the title attribute of the EventForm object
      Returns:
      The title value
    • setDateFrom

      public void setDateFrom(String dateFrom)
      Sets the dateFrom attribute of the EventForm object
      Parameters:
      dateFrom - The new dateFrom value
    • getDateFrom

      public String getDateFrom()
      Gets the dateFrom attribute of the EventForm object
      Returns:
      The dateFrom value
    • setDateTo

      public void setDateTo(String dateTo)
      Sets the dateTo attribute of the EventForm object
      Parameters:
      dateTo - The new dateTo value
    • getDateTo

      public String getDateTo()
      Gets the dateTo attribute of the EventForm object
      Returns:
      The dateTo value
    • setTypeId

      public void setTypeId(int typeId)
      Sets the type attribute of the EventForm object
      Parameters:
      typeId - The new type value
    • getTypeId

      public int getTypeId()
      Gets the type attribute of the EventForm object
      Returns:
      The type value
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getArea

      public String getArea()
    • setArea

      public void setArea(String area)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getTimeRange

      public String getTimeRange()
    • setTimeRange

      public void setTimeRange(String timeRange)
    • getInfo1

      public String getInfo1()
    • setInfo1

      public void setInfo1(String info1)
    • getInfo2

      public String getInfo2()
    • setInfo2

      public void setInfo2(String info2)
    • getInfo3

      public String getInfo3()
    • setInfo3

      public void setInfo3(String info3)
    • getInfo4

      public String getInfo4()
    • setInfo4

      public void setInfo4(String info4)
    • getInfo5

      public String getInfo5()
    • setInfo5

      public void setInfo5(String info5)
    • getNotifyHoursBefore

      public int getNotifyHoursBefore()
    • setNotifyHoursBefore

      public void setNotifyHoursBefore(int notifyHoursBefore)
    • getNotifyEmails

      public String getNotifyEmails()
    • setNotifyEmails

      public void setNotifyEmails(String notifyEmails)
    • getNotifySender

      public String getNotifySender()
    • setNotifySender

      public void setNotifySender(String notifySender)
    • getNotifyIntrotext

      public String getNotifyIntrotext()
    • setNotifyIntrotext

      public void setNotifyIntrotext(String notifyIntrotext)
    • isNotifySendSMS

      public boolean isNotifySendSMS()
    • setNotifySendSMS

      public void setNotifySendSMS(boolean notifySendSMS)
    • getLng

      public String getLng()
    • setLng

      public void setLng(String lng)
    • getCreatorId

      public int getCreatorId()
    • getApprove

      public int getApprove()
    • setApprove

      public void setApprove(int approve)
    • setCreatorId

      public void setCreatorId(int creatorId)
    • isSuggest

      public boolean isSuggest()
    • setSuggest

      public void setSuggest(boolean suggest)
    • getApproveCheckBox

      public String getApproveCheckBox()
    • setApproveCheckBox

      public void setApproveCheckBox(int ap)
    • getDomainId

      public int getDomainId()
    • setDomainId

      public void setDomainId(int domainId)