com.liferay.portlet.calendar.model
Interface CalEvent

All Superinterfaces:
BaseModel<CalEvent>, CalEventModel, java.lang.Cloneable, java.lang.Comparable<CalEvent>, java.io.Serializable
All Known Implementing Classes:
CalEventWrapper

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.model.impl.CalEventImpl and rerun the ServiceBuilder to generate the new methods.

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

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

Method Detail

getRecurrenceObj

com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()

setRecurrence

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

setRecurrenceObj

void setRecurrenceObj(com.liferay.portal.kernel.cal.TZSRecurrence recurrenceObj)