Package sk.iway.iwcm.calendar
Class EventForm
java.lang.Object
sk.iway.iwcm.calendar.EventForm
formular na pridanie udalosti do kalendara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetArea()intGets the calendarId attribute of the EventForm objectgetCity()intGets the dateFrom attribute of the EventForm objectGets the dateTo attribute of the EventForm objectintgetInfo1()getInfo2()getInfo3()getInfo4()getInfo5()getLng()intgetTitle()Gets the title attribute of the EventForm objectintGets the type attribute of the EventForm objectbooleanbooleanisRecode()Gets the recode attribute of the EventForm objectbooleanvoidsetAddress(String address) voidsetApprove(int approve) voidsetApproveCheckBox(int ap) voidvoidsetCalendarId(int calendarId) Sets the calendarId attribute of the EventForm objectvoidvoidsetCreatorId(int creatorId) voidsetDateFrom(String dateFrom) Sets the dateFrom attribute of the EventForm objectvoidSets the dateTo attribute of the EventForm objectvoidsetDescription(String description) voidsetDomainId(int domainId) voidvoidvoidvoidvoidvoidvoidsetNotifyEmails(String notifyEmails) voidsetNotifyHoursBefore(int notifyHoursBefore) voidsetNotifyIntrotext(String notifyIntrotext) voidsetNotifySender(String notifySender) voidsetNotifySendSMS(boolean notifySendSMS) voidsetRecode(boolean recode) Sets the recode attribute of the EventForm objectvoidsetSuggest(boolean suggest) voidsetTimeRange(String timeRange) voidSets the title attribute of the EventForm objectvoidsetTypeId(int typeId) Sets the type attribute of the EventForm object
-
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
-
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)
-