Liferay 6.0.5

com.liferay.portlet.calendar.model.impl
Class CalEventImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<CalEvent>
      extended by com.liferay.portlet.calendar.model.impl.CalEventModelImpl
          extended by com.liferay.portlet.calendar.model.impl.CalEventImpl
All Implemented Interfaces:
BaseModel<CalEvent>, CalEvent, CalEventModel, Serializable, Cloneable, Comparable<CalEvent>

public class CalEventImpl
extends CalEventModelImpl
implements CalEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CalEventImpl()
           
 
Method Summary
 TZSRecurrence getRecurrenceObj()
           
 void setRecurrence(String recurrence)
          Sets the recurrence of this cal event.
 void setRecurrenceObj(TZSRecurrence recurrenceObj)
           
 
Methods inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
clone, compareTo, equals, getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getExpandoBridge, getFirstReminder, getGroupId, getModifiedDate, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllDay, isRepeating, isTimeZoneSensitive, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setExpandoBridgeAttributes, setFirstReminder, setGroupId, setModifiedDate, setPrimaryKey, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

CalEventImpl

public CalEventImpl()
Method Detail

getRecurrenceObj

public TZSRecurrence getRecurrenceObj()
Specified by:
getRecurrenceObj in interface CalEvent

setRecurrence

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

Specified by:
setRecurrence in interface CalEvent
Specified by:
setRecurrence in interface CalEventModel
Overrides:
setRecurrence in class CalEventModelImpl
Parameters:
recurrence - the recurrence of this cal event

setRecurrenceObj

public void setRecurrenceObj(TZSRecurrence recurrenceObj)
Specified by:
setRecurrenceObj in interface CalEvent

Liferay 6.0.5