@Deprecated
@ProviderType
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
Deprecated.
|
long |
companyId
Deprecated.
|
long |
createDate
Deprecated.
|
java.lang.String |
description
Deprecated.
|
int |
durationHour
Deprecated.
|
int |
durationMinute
Deprecated.
|
long |
endDate
Deprecated.
|
long |
eventId
Deprecated.
|
int |
firstReminder
Deprecated.
|
long |
groupId
Deprecated.
|
java.lang.String |
location
Deprecated.
|
long |
modifiedDate
Deprecated.
|
java.lang.String |
recurrence
Deprecated.
|
int |
remindBy
Deprecated.
|
boolean |
repeating
Deprecated.
|
int |
secondReminder
Deprecated.
|
long |
startDate
Deprecated.
|
boolean |
timeZoneSensitive
Deprecated.
|
java.lang.String |
title
Deprecated.
|
java.lang.String |
type
Deprecated.
|
long |
userId
Deprecated.
|
java.lang.String |
userName
Deprecated.
|
java.lang.String |
uuid
Deprecated.
|
| Constructor and Description |
|---|
CalEventCacheModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(java.io.ObjectInput objectInput)
Deprecated.
|
com.liferay.portlet.calendar.model.CalEvent |
toEntityModel()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput objectOutput)
Deprecated.
|
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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