public class CalEventCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.calendar.model.CalEvent>, java.io.Externalizable
CalEvent,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
allDay |
long |
companyId |
long |
createDate |
java.lang.String |
description |
int |
durationHour |
int |
durationMinute |
long |
endDate |
long |
eventId |
int |
firstReminder |
long |
groupId |
java.lang.String |
location |
long |
modifiedDate |
java.lang.String |
recurrence |
int |
remindBy |
boolean |
repeating |
int |
secondReminder |
long |
startDate |
boolean |
timeZoneSensitive |
java.lang.String |
title |
java.lang.String |
type |
long |
userId |
java.lang.String |
userName |
java.lang.String |
uuid |
| Constructor and Description |
|---|
CalEventCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.calendar.model.CalEvent |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long eventId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public java.lang.String title
public java.lang.String description
public java.lang.String location
public long startDate
public long endDate
public int durationHour
public int durationMinute
public boolean allDay
public boolean timeZoneSensitive
public java.lang.String type
public boolean repeating
public java.lang.String recurrence
public int remindBy
public int firstReminder
public int secondReminder
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.calendar.model.CalEvent toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.calendar.model.CalEvent>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException