Liferay 6.0.5

com.liferay.portlet.calendar.model
Interface CalEvent

All Superinterfaces:
BaseModel<CalEvent>, CalEventModel, Cloneable, Comparable<CalEvent>, Serializable
All Known Implementing Classes:
CalEventImpl, CalEventWrapper

public interface CalEvent
extends CalEventModel

The model interface for the CalEvent service. Represents a row in the "CalEvent" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to CalEventImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a cal event model instance should use the CalEvent interface instead.

See Also:
CalEventModel, CalEventImpl, CalEventModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 TZSRecurrence getRecurrenceObj()
           
 void setRecurrence(String recurrence)
          Sets the recurrence of this cal event.
 void setRecurrenceObj(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

TZSRecurrence getRecurrenceObj()

setRecurrence

void setRecurrence(String recurrence)
Description copied from interface: CalEventModel
Sets the recurrence of this cal event.

Specified by:
setRecurrence in interface CalEventModel
Parameters:
recurrence - the recurrence of this cal event

setRecurrenceObj

void setRecurrenceObj(TZSRecurrence recurrenceObj)

Liferay 6.0.5