com.liferay.portlet.calendar.model.impl
Class CalEventCacheModel
java.lang.Object
com.liferay.portlet.calendar.model.impl.CalEventCacheModel
- All Implemented Interfaces:
- CacheModel<CalEvent>, Serializable
public class CalEventCacheModel
- extends Object
- implements CacheModel<CalEvent>, Serializable
The cache model class for representing CalEvent in entity cache.
- See Also:
CalEvent
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
eventId
public long eventId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
title
public String title
description
public String description
location
public String location
startDate
public long startDate
endDate
public long endDate
durationHour
public int durationHour
durationMinute
public int durationMinute
allDay
public boolean allDay
timeZoneSensitive
public boolean timeZoneSensitive
type
public String type
repeating
public boolean repeating
recurrence
public String recurrence
remindBy
public int remindBy
firstReminder
public int firstReminder
secondReminder
public int secondReminder
CalEventCacheModel
public CalEventCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public CalEvent toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<CalEvent>