Package sk.iway.iwcm.calendar
Class EventsCalendarBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.calendar.EventsCalendarBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArea()getCity()intintgetEnd()getFrom()intgetId()getInfo1()getInfo2()getInfo3()getInfo4()getInfo5()getLng()intgetStart()getTitle()getTo()getType()booleanbooleanvoidsetAddress(String address) voidsetApprove(boolean approve) voidvoidvoidsetCreatorId(int creatorId) voidsetDescription(String description) voidsetDomainId(int domainId) voidvoidvoidsetHashString(String hashString) voidsetId(int id) voidvoidvoidvoidvoidvoidvoidsetNotifyEmails(String notifyEmails) voidsetNotifyHoursBefore(int notifyHoursBefore) voidsetNotifyIntrotext(String notifyIntrotext) voidsetNotifySender(String notifySender) voidsetNotifySendSMS(boolean notifySendSMS) voidvoidsetSuggest(boolean suggest) voidsetTimeRange(String timeRange) voidvoidvoidsetType(CalendarTypeBean type)
-
Constructor Details
-
EventsCalendarBean
public EventsCalendarBean()
-
-
Method Details
-
getId
public int getId()- Specified by:
getIdin classActiveRecord
-
setId
public void setId(int id) - Specified by:
setIdin classActiveRecord
-
getTitle
-
setTitle
-
getType
-
setType
-
getTimeRange
-
setTimeRange
-
getArea
-
setArea
-
getCity
-
setCity
-
getAddress
-
setAddress
-
getDescription
-
setDescription
-
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() -
setCreatorId
public void setCreatorId(int creatorId) -
getApprove
public boolean getApprove() -
setApprove
public void setApprove(boolean approve) -
isSuggest
public boolean isSuggest() -
setSuggest
public void setSuggest(boolean suggest) -
getHashString
-
setHashString
-
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId) -
getFrom
-
setFrom
-
getTo
-
setTo
-
getStart
-
setStart
-
getEnd
-
setEnd
-