com.liferay.portlet.calendar.model
Interface CalEvent

All Superinterfaces:
BaseModel, CalEventModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public interface CalEvent
extends CalEventModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the CalEvent table in the database.

Customize com.liferay.portlet.calendar.service.model.impl.CalEventImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.calendar.service.model.CalEventModel, com.liferay.portlet.calendar.service.model.impl.CalEventImpl, com.liferay.portlet.calendar.service.model.impl.CalEventModelImpl

Method Summary
 com.liferay.portal.kernel.cal.Recurrence getRecurrenceObj()
           
 void setRecurrence(java.lang.String recurrence)
           
 void setRecurrenceObj(com.liferay.portal.kernel.cal.Recurrence recurrenceObj)
           
 
Methods inherited from interface com.liferay.portlet.calendar.model.CalEventModel
getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getFirstReminder, getGroupId, getModifiedDate, getPrimaryKey, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, isAllDay, isRepeating, isTimeZoneSensitive, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setFirstReminder, setGroupId, setModifiedDate, setPrimaryKey, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setRecurrence

public void setRecurrence(java.lang.String recurrence)
Specified by:
setRecurrence in interface CalEventModel

getRecurrenceObj

public com.liferay.portal.kernel.cal.Recurrence getRecurrenceObj()

setRecurrenceObj

public void setRecurrenceObj(com.liferay.portal.kernel.cal.Recurrence recurrenceObj)