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 TypeMethodDescriptionboolean
getArea()
getCity()
int
int
getEnd()
getFrom()
int
getId()
getInfo1()
getInfo2()
getInfo3()
getInfo4()
getInfo5()
getLng()
int
getStart()
getTitle()
getTo()
getType()
boolean
boolean
void
setAddress
(String address) void
setApprove
(boolean approve) void
void
void
setCreatorId
(int creatorId) void
setDescription
(String description) void
setDomainId
(int domainId) void
void
void
setHashString
(String hashString) void
setId
(int id) 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
void
setSuggest
(boolean suggest) void
setTimeRange
(String timeRange) void
void
void
setType
(CalendarTypeBean type) Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
EventsCalendarBean
public EventsCalendarBean()
-
-
Method Details
-
getId
public int getId()- Specified by:
getId
in classActiveRecord
-
setId
public void setId(int id) - Specified by:
setId
in 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
-