Package sk.iway.iwcm.calendar
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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getArea()
int
Gets the calendarId attribute of the EventForm objectgetCity()
int
Gets the dateFrom attribute of the EventForm objectGets the dateTo attribute of the EventForm objectint
getInfo1()
getInfo2()
getInfo3()
getInfo4()
getInfo5()
getLng()
int
getTitle()
Gets the title attribute of the EventForm objectint
Gets the type attribute of the EventForm objectboolean
boolean
isRecode()
Gets the recode attribute of the EventForm objectboolean
void
reset
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) void
setAddress
(String address) void
setApprove
(int approve) void
setApproveCheckBox
(int ap) void
void
setCalendarId
(int calendarId) Sets the calendarId attribute of the EventForm objectvoid
void
setCreatorId
(int creatorId) void
setDateFrom
(String dateFrom) Sets the dateFrom attribute of the EventForm objectvoid
Sets the dateTo attribute of the EventForm objectvoid
setDescription
(String description) void
setDomainId
(int domainId) void
void
void
void
void
void
void
setNotifyEmails
(String notifyEmails) void
setNotifyHoursBefore
(int notifyHoursBefore) void
setNotifyIntrotext
(String notifyIntrotext) void
setNotifySender
(String notifySender) void
setNotifySendSMS
(boolean notifySendSMS) void
setRecode
(boolean recode) Sets the recode attribute of the EventForm objectvoid
setSuggest
(boolean suggest) void
setTimeRange
(String timeRange) void
Sets the title attribute of the EventForm objectvoid
setTypeId
(int typeId) Sets the type attribute of the EventForm objectMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
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 classorg.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
Sets the title attribute of the EventForm object- Parameters:
title
- The new title value
-
getTitle
Gets the title attribute of the EventForm object- Returns:
- The title value
-
setDateFrom
Sets the dateFrom attribute of the EventForm object- Parameters:
dateFrom
- The new dateFrom value
-
getDateFrom
Gets the dateFrom attribute of the EventForm object- Returns:
- The dateFrom value
-
setDateTo
Sets the dateTo attribute of the EventForm object- Parameters:
dateTo
- The new dateTo value
-
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
-
setDescription
-
getArea
-
setArea
-
getCity
-
setCity
-
getAddress
-
setAddress
-
getTimeRange
-
setTimeRange
-
getInfo1
-
setInfo1
-
getInfo2
-
setInfo2
-
getInfo3
-
setInfo3
-
getInfo4
-
setInfo4
-
getInfo5
-
setInfo5
-
getNotifyHoursBefore
public int getNotifyHoursBefore() -
setNotifyHoursBefore
public void setNotifyHoursBefore(int notifyHoursBefore) -
getNotifyEmails
-
setNotifyEmails
-
getNotifySender
-
setNotifySender
-
getNotifyIntrotext
-
setNotifyIntrotext
-
isNotifySendSMS
public boolean isNotifySendSMS() -
setNotifySendSMS
public void setNotifySendSMS(boolean notifySendSMS) -
getLng
-
setLng
-
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
-
setApproveCheckBox
public void setApproveCheckBox(int ap) -
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId)
-